首页 > 其他 > 详细

redis服务打不开--解决办法

时间:2019-02-22 12:46:36      阅读:921      评论:0      收藏:0      [点我收藏+]

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

redis服务打不开--解决办法

原文:https://www.cnblogs.com/whowhere/p/10417587.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!