The error message is as follows:
[10036] Dec 10:23:49.616 # Creating Server TCP listening socket 127.0.0.1:637
9:bind:no Error
[8660] Dec 10:23:57.132 # Creating Server TCP listening socket *:6379:listen
: Unknown Error
The solution is as follows
Enter the following command sequentially to connect successfully
1. Redis-cli.exe
2. Shutdown
3. Exit
4. Redis-server.exe redis.windows.conf
D:\Program Files\redis>redis-server.exe redis.windows.conf
_._
_.-' __ '-._
_.-`` `. `_. "-._ Redis 3.2.100 (00000000/0)
.-`` .-```. ' \ \ _.,_ '-._
(',.-' | ',) Running in standalone mode
| '-._ '-...-' __...-. '-._| ' ' _.-' | port:6379
| '-._ '. _/_.-' | pid:9764
'-._ '-._ '-./_.-' _.-'
| '-._ '-._ '-.__.-' _.-' _.-' |
| '-._ '-._ _.-' _.-' | Http://redis.io
'-._ '-._ '-.__.-' _.-' _.-'
| '-._ '-._ '-.__.-' _.-' _.-' |
| '-._ '-._ _.-' _.-' |
'-._ '-._ '-.__.-' _.-' _.-'
'-._ '-.__.-' _.-'
'-._ _.-'
'-.__.-'
Windows Redis connection Error creating Server TCP listening socket 127.0.0.1:637 9:bind:no error