redis creating server tcp listening socket *:6379: listen:unknown error

First, you need to cut redis directory to execute, open cmd, cd into the directory redis, look at the monitor Interface

Solutions are as follows

Sequentially input connection the following command can be successfully

1. redis-cli.exe

auth "yourpassword"  
2. the shutdown
3. Exit
4. Redis-server.exe redis.windows.conf
----------------
Disclaimer: This article is CSDN blogger "chajinglong" of original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
Original link: https: //blog.csdn.net/chajinglong/article/details/67632725

Guess you like

Origin www.cnblogs.com/zxrxzw/p/12047519.html