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
In Java, using the Redisson client, I can connect to a set of replicated servers and it handles all the work. These are replcating servers, but not configured as a cluster protected by any sentinal.
I don't see that in redis-py. Am I missing something, or is it not possible? I did see some handling of a CLIUSTER REPLICAS message, but wasn't sure if redis-py tracked down the replicas and then managed everything.
Any information would be helpful.
Thanks!
The text was updated successfully, but these errors were encountered:
Closing this issue as it has been open for nearly two years and likely no longer requires assistance.
If you're still experiencing the problem or need further help, feel free to reopen it anytime.
In Java, using the Redisson client, I can connect to a set of replicated servers and it handles all the work. These are replcating servers, but not configured as a cluster protected by any sentinal.
I don't see that in redis-py. Am I missing something, or is it not possible? I did see some handling of a CLIUSTER REPLICAS message, but wasn't sure if redis-py tracked down the replicas and then managed everything.
Any information would be helpful.
Thanks!
The text was updated successfully, but these errors were encountered: