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

  • 相关阅读:
    软件测试之魂:核心测试设计精解
    测试的第一重境界:围着Bug转
    理想运算放大器的性质
    MATLAB脚本显示滤波器系数
    matlab中用转义符来输入希腊字母的方法
    Linux中Matlab安装总结
    在ubuntu下阅读chm文件的四种方法(转)
    ARM是不是单片机
    日本人的英文名字
    WAV格式音乐
  • 原文地址:https://www.cnblogs.com/whowhere/p/10417587.html
Copyright © 2011-2022 走看看