redis 报错随笔

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

上一篇:PHP正则表达式核心技术完全详解 第2节


下一篇:redis远程访问配置