Redis--安装与运行:Creating Server TCP listening socket 127.0.0.1:6379: bind: No error

错误描述:redis运行时出错
这里写图片描述

解决方法:cd to the bin directory of Redis, and run

redis-cli.exe
shutdown
exit

open another cmd window, cd to the bin directory of Redis, and run

redis-server.exe

详见stackoverflow:

http://stackoverflow.com/questions/31769097/cant-bind-tcp-listener-6379-using-redis-on-windows

猜你喜欢

转载自blog.csdn.net/u013412772/article/details/80275622