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

  • 相关阅读:
    Linux内核中锁机制之RCU、大内核锁
    Linux内核中锁机制之完成量、互斥量
    Linux内核中锁机制之信号量、读写信号量
    Linux内核中锁机制之内存屏障、读写自旋锁及顺序锁
    Linux内核中锁机制之原子操作、自旋锁
    Linux内核jiffies简介
    pdflush机制
    ext2文件系统
    从ext2文件系统上读出超级块
    ext2磁盘布局
  • 原文地址:https://www.cnblogs.com/whowhere/p/10417587.html
Copyright © 2011-2022 走看看