windows redis Connection Error Creating Server TCP listening socket 127.0.0.1:637 9: bind: No error

Given the information as follows:

[10036] 30 Dec 10:23:49.616 # Creating Server TCP listening socket 127.0.0.1:6379: bind: No error
[8660] 30 Dec 10:23:57.132 # Creating Server TCP listening socket *:6379: listen: Unknown error

[6644] 02 Apr 23:11:58.976 # Creating Server TCP listening socket *:6379: bind: No such file or directory

 Solution follows
sequentially enter a command can successfully connect
1.  the Redis -cli.exe
2. the shutdown
3. Exit
4. Redis-server.exe redis.windows.conf

D:\Program Files\Redis>redis-server.exe redis.windows.conf

Guess you like

Origin www.cnblogs.com/zouhong/p/12074978.html