本文共 273 字,大约阅读时间需要 1 分钟。
测试环境,应用报错连接不到redis,查看redis服务器,没有开启。
使用 ./bin/redis-server etc/redis.conf,启动后本地能访问,进程也有,但是其他应用服务器却不能连接。telnet 192.168.18.222 6379 拒绝连接,后将redis.conf配置文件做如下修改:注释掉bind 127.0.0.1 修改protected-mode yes为protected-mode no重启redis后,连接正常转载于:https://blog.51cto.com/weimouren/2061384