Creating Server TCP listening socket *:6379: listen: Unknown error

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

redis-cli.exe

127.0.0.1:6379>shutdown

not connected>exit

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

原文地址:https://www.cnblogs.com/qaing123/p/11510779.html