NewFailoverClusterClient and DB selection #1733
mdouchement
started this conversation in
General
Replies: 1 comment
-
you can put DB in redis failoveroptions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm a little bit lost with the experimental
NewFailoverClusterClient
client.It's made to connect to a Redis Sentinel but does not allow to select database like a Redis Cluster.
Since
NewFailoverClusterClient
returns aClusterClient
this behavior seems legit but I think we should be able to use the databases feature.Beta Was this translation helpful? Give feedback.
All reactions