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
    版权声明:本文为博主原创文章,转载请附上博文链接!

  • 相关阅读:
    C#微信开发
    3-4:字符串方法
    2-4-1 元组
    2-3-3 列表方法
    2-2-3:序列(字符串)乘法(p32)
    3-3字符串格式化(p47)
    2-2:分片
    2-1:Print date(p28)
    old.2.三次登录机会
    old.2.sum(1-2+3-4+...+99)
  • 原文地址:https://www.cnblogs.com/whowhere/p/10417587.html
Copyright © 2011-2022 走看看