Closed sailaoda closed 3 years ago
I tested the above, but all worked fine for me - starting with redis.windows-service.conf
argument, etc. Could there be an old process running still bound to port 6379? And what about ipv4
excluded ports? (I can see you pasted ipv6
above)
I tested the above, but all worked fine for me - starting with
redis.windows-service.conf
argument, etc. Could there be an old process running still bound to port 6379? And what aboutipv4
excluded ports? (I can see you pastedipv6
above)
Thank you very much! This problem finilly solved. It may be caused by "Could there be an old process running still bound to port 6379?" as you say.
I found two servers about Redis like this :
When I delect the last one server "Redis for Windows , based ..... " , then it worked.
It maybe have happened some conflict on it.
Thank you for your reply ! Best wishes, 👍 👍 👍
Describe the bug/issue Hi, excuse me It happened some wrong on my redis on windows11/10. I can sure it's nothing to do with Redis version. I have tried the redis.zip and the redis.msi , also tried the version Redis 5.0.10 for Windows and Redis 5.0.14 for Windows which released yesterday. The
redis-cli
is good , and I can use it to connect my cloud server. About theredis-server
, I tried some different .conf ,and changed my local computer server Redis from Internet service to Local system . When I want to start the redis server ,it will be 1067 err. When I want to start it from the cmd: it was the next:Event Log
some Log like this: syslog-ident = redis Invalid argument during startup: Failed to open the .conf file: redis.windows-server.conf CWD=C:\Redis syslog-ident = redis Could not create server TCP listening socket 127.0.0.1:6379: bind: 存储控制块地址无效。 ... and so on
Additional context It may not a bug , because it did well yesterday.(redis-server) My 6379 port is free but cannot use to run redis-server. But when I change port to another port like 16379 , it will be work . I would be very grateful if you can let me know the reason for these errors.
Best Wishes,