You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use helm repo redis-cache that uses this docker image. The issue we noticing was when we only give one URL for redis, it will fail if that serving a slave with error READONLY slave. Can you tell us what should we give to connect to redis master all the time?
Hi @veeramarni , this is not a full fledged sentinel (not a running service), it is only invoked when a master-slave promotion is required by K8s statefulset controller.
you need to do this on any redis-server (withing this master / slave) setup
$info replication
which will give you the new elected master and start using that
I use helm repo
redis-cache
that uses this docker image. The issue we noticing was when we only give one URL for redis, it will fail if that serving a slave with errorREADONLY slave
. Can you tell us what should we give to connect to redis master all the time?We use the settings showing in the following file and it fails with
Last error: ERR unknown command 'sentinel'
https://github.com/luin/ioredis#sentinel
The text was updated successfully, but these errors were encountered: