本文共 296 字,大约阅读时间需要 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后,连接正常
本文转自 wdy198622 51CTO博客,原文链接:http://blog.51cto.com/weimouren/2061384
转载地址:http://kguyx.baihongyu.com/