redis报错

测试环境,应用报错连接不到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

上一篇:[笔记]Python虚拟机的运行时基本知识


下一篇:揭秘比特币和区块链(二):什么是工作量证明