An error occurred when redis was started under Windows Environment: could not create server TCP listening socket 127.0.0.1:6379: bind: the operation completed successfully.
Problem Description:
When redis is started in the windows environment today, an error is reported:
Solution:
① run command: redis-cli.exe
② Exit Redis
③ Run the command: redis-server.exe redis.windows.conf
Start successfully!