简体   繁体   中英

Redis Sentinel Error condition on socket for SYNC: Connection refused on Ec2 instance

I am trying to connect the master node to slave nodes.

I have created three instances one is master node and another two instance is slave nodes

when i am trying automatic failover in redis sentinel both of the slave node got this response redis.log

Error condition on socket for SYNC: Connection refused
80231:S 08 Oct 2021 06:27:18.717 * Connecting to MASTER 12.205.144.275:6379
80231:S 08 Oct 2021 06:27:18.717 * MASTER <-> REPLICA sync started 

确保在防火墙(安全组)中打开了 sentinel(26379) 和 Redis(6379) 端口。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM