ERROR pipeline/output.go:100 Failed to connect to redis(tcp://192.168.10.200:6379): ERR Client sent AUTH, but no password is set
1.找到redis配置文件/etc/redis.conf
2.修改 protected-mode yes 改为:protected-mode no
3.注释掉 #bin 127.0.0.1
4.重启redis
2021-11-01 14:48:50
ERROR pipeline/output.go:100 Failed to connect to redis(tcp://192.168.10.200:6379): ERR Client sent AUTH, but no password is set
1.找到redis配置文件/etc/redis.conf
2.修改 protected-mode yes 改为:protected-mode no
3.注释掉 #bin 127.0.0.1
4.重启redis
下一篇:redis远程访问配置