【redis】启动出错Creating Server TCP listening socket 127.0.0.1:6379: bind: No error


windows下安装redis第一次启动报错:

[3612] 12 Jun 19:12:25.998 # Creating Server TCP listening socket 127.0.0.1:6379: bind: No error

解决方法:在命令行中运行

redis-cli.exe

127.0.0.1:6379>shutdown

not connected>exit

然后重新运行redis-server.exe redis.windows.conf,启动成功!

猜你喜欢

转载自blog.csdn.net/wjx_jasin/article/details/80669826
今日推荐