Redis Could not create server TCP listening socket *:16379: listen: 提供了一个无效的参数。

原文链接https://github.com/tporadowski/redis/issues/88
[16016] 26 Oct 14:30:01.264 # Redis successfully installed as a service.
[11692] 26 Oct 14:30:01.876 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
[11692] 26 Oct 14:30:01.876 # Redis version=5.0.9, bits=64, commit=9414ab9b, modified=0, pid=11692, just started
[11692] 26 Oct 14:30:01.876 # Configuration loaded
[11692] 26 Oct 14:30:01.889 # Could not create server TCP listening socket *:16379: listen: 提供了一个无效的参数。
解决方法:
修改redis.windows.conf,把bind 127.0.0.1的注释去掉
在这里插入图片描述