Creating Server TCP listening socket 127.0.0.1:6379: bind: No error

Error when installing redis under window:

creating server tcp listening socket 127.0.0.1:6379: bind No error

The solution is as follows and enter the following commands in order to connect successfully

1. redis-cli.exe
2. shutdown
3. exit
4. redis-server.exe redis.windows.conf

Original link: https://blog.csdn.net/n_fly/article/details/52692480

Guess you like

Origin blog.csdn.net/qq_36138652/article/details/105084280