zoukankan      html  css  js  c++  java
  • redis服务打不开--解决办法

    D:>redis-server
    [11896] 04 Dec 19:20:05.122 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
    [11896] 04 Dec 19:20:05.127 # Creating Server TCP listening socket *:6379: bind: No such file or directory

    D:>redis-cli.exe
    127.0.0.1:6379> shutdown
    not connected> exit

    D:>redis-server.exe
    [6312] 04 Dec 19:22:59.781 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server.exe /path/to/redis.conf
    _._
    _.-``__ ''-._
    _.-`` `. `_. ''-._ Redis 3.2.100 (00000000/0) 64 bit
    .-`` .-```. ```/ _.,_ ''-._
    ( ' , .-` | `, ) Running in standalone mode
    |`-._`-...-` __...-.``-._|'` _.-'| Port: 6379
    | `-._ `._ / _.-' | PID: 6312
    `-._ `-._ `-./ _.-' _.-'
    |`-._`-._ `-.__.-' _.-'_.-'|
    | `-._`-._ _.-'_.-' | http://redis.io
    `-._ `-._`-.__.-'_.-' _.-'
    |`-._`-._ `-.__.-' _.-'_.-'|
    | `-._`-._ _.-'_.-' |
    `-._ `-._`-.__.-'_.-' _.-'
    `-._ `-.__.-' _.-'
    `-._ _.-'
    `-.__.-'

    [6312] 04 Dec 19:22:59.787 # Server started, Redis version 3.2.100
    [6312] 04 Dec 19:22:59.789 * DB loaded from disk: 0.000 seconds
    [6312] 04 Dec 19:22:59.790 * The server is now ready to accept connections on port 6379
    ---------------------
    作者:weixin_36869329
    来源:CSDN
    原文:https://blog.csdn.net/weixin_36869329/article/details/78713428
    版权声明:本文为博主原创文章,转载请附上博文链接!

  • 相关阅读:
    查看硬件的一些命令
    InfluxDB部署和使用
    利用mysql时间函数监控表中有没有当天数据
    js基础_for循环(学习笔记)
    JS基础_运算符的优先级
    JS基础_相等运算符
    Apache安装与卸载(win10系统测试)
    MySQL --添加环境变量教程
    MySQL安装教程及遇到的错误提示
    如何完全卸载MySQL
  • 原文地址:https://www.cnblogs.com/whowhere/p/10417587.html
Copyright © 2011-2022 走看看