Home >Backend Development >PHP Tutorial >关于Redis主从配置问题,求解?

关于Redis主从配置问题,求解?

WBOY
WBOYOriginal
2016-06-06 20:27:221352browse

Linux版本 centos6.5
vmware:11.1.2
Redis主机:

关于Redis主从配置问题,求解?

Redis从机:
关于Redis主从配置问题,求解?

从机可以连接主机:
关于Redis主从配置问题,求解?

从机配置:
关于Redis主从配置问题,求解?

但是我进入从机以后去操作,发现主从根本没有连接上
从机:
关于Redis主从配置问题,求解?

主机:
关于Redis主从配置问题,求解?

请问这是什么原因导致主从连接失败?配置没有错啊?求大神指点!!

回复内容:

Linux版本 centos6.5
vmware:11.1.2
Redis主机:

关于Redis主从配置问题,求解?

Redis从机:
关于Redis主从配置问题,求解?

从机可以连接主机:
关于Redis主从配置问题,求解?

从机配置:
关于Redis主从配置问题,求解?

但是我进入从机以后去操作,发现主从根本没有连接上
从机:
关于Redis主从配置问题,求解?

主机:
关于Redis主从配置问题,求解?

请问这是什么原因导致主从连接失败?配置没有错啊?求大神指点!!

可能是防火墙的原因

建议还是看看日志,不然不好确认。

在从机上telnet主机的redis。看看能连上不

因为redis.conf文件中bind 配置为127.0.0.1,slaveof访问不了,需要注释掉,能访问就OK

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn