redis 报错:Creating Server TCP listening socket 127.0.0.1:6379: bind: No error shutdown
也不能解决的方法
先使用redis-cli.exe
然后使用shutdown
之后也不能退出 且报错信息为:
(error) NOAUTH Authentication required.
这个时候需要输入之前设置的redis密码.
127.0.0.1:6379> auth 密码
输入正确密码之后 再输入shutdown
即可
最后执行 exit
然后输入redis-server.exe redis.windows.conf
即可正常运行