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
Can we add a configuration for the Redis Sentinel instance? As of now, there is no option for it.
I have thought of retrieving the master IP from Redis Sentinel and add it to configuration file when the worker starts. But if the master node changes to slave, we won't be able to retrieve data from slave unless it becomes a master again.
What do you suggest in this scenario?
Thanks
The text was updated successfully, but these errors were encountered:
Hi @sylvinus
Can we add a configuration for the Redis Sentinel instance? As of now, there is no option for it.
I have thought of retrieving the master IP from Redis Sentinel and add it to configuration file when the worker starts. But if the master node changes to slave, we won't be able to retrieve data from slave unless it becomes a master again.
What do you suggest in this scenario?
Thanks
The text was updated successfully, but these errors were encountered: