Tag Archives: Redis cannot double-click error

Redis cannot double-click redis-server.exe to start normally

Redis error: Creating Server TCP listening socket 127.0.0.1:6379: bind: No error shutdowncan not be solved

redis error message
First use redis-cli.exeand then use the shutdownfollowing error message and can not quit is:
(error) NOAUTH Authentication required.
this time redis need to enter the password set before.
127.0.0.1:6379> auth password
Enter after entering the correct password shutdownto
final execution exit
and then enter redis-server.exe redis.windows.conf to normal operation
image