Hello, I have been trying to to redis master to announce a different IP then the standard IP when it is being discovered via sentinel.
I tried using cluster-announce-ip via redis.conf or via an argument to the redis-server command and it does not work.
any idea is it supposed to be functional ? thanks
Comment From: 360d-io-labs
We are facing the same issue, we cannot find a way to allow the master discovered by Sentinel to broadcast the external IP. This is working fine in cluster mode, and sentinel annouce-ip only works for communication between sentinel nodes. So what is the way to announce the Redis master address behind a NAT in sentinel mode?
Comment From: zuiderkwast
cluster-announce-ip is working, but it is a Redis Cluster config. It is not used by Sentinel.