[Solved] Windows redis startup error: Error code: [35256]…

Error code: [35256] 23 Aug 15:03:57.133 # creating server TCP listening socket 127.0.0.1:6379: bind: no error

Solution: run from the command line

redis-cli.exe

127.0.0.1:6379> shutdown

not connected> exit

Enter the redis installation directory

Then re run redis-server.exe redis.windows.conf and start successfully!

Read More: