首页 > Windows开发 > 详细

windows安装redis出现的小问题

时间:2019-07-14 12:36:00      阅读:112      评论:0      收藏:0      [点我收藏+]

BUG:

[17392] 14 Jul 11:00:42.509 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
[17392] 14 Jul 11:00:42.516 # Creating Server TCP listening socket *:6379: bind: No such file or directory

解决方式:
在cmd窗口输入(依次输入):
1. Redis-cli.exe
2. shutdown
3. exit
4. redis-server.exe

windows安装redis出现的小问题

原文:https://www.cnblogs.com/Zhao159461/p/11183458.html

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