Feature Request
Is your feature request related to a problem? Please describe
We currently have a deployment which uses 2 x Redis Clusters deployed in different geographic locations. We require the ability to use client-side failover to switch to from one cluster to another in case of a failure.
We have implemented the use of MultiDbClient but have discovered through testing that this does not support Redis Cluster. The documentation is also not clear on which deployment types it works on.
Is this a known limitation? Is it currently on any roadmap?
Describe the solution you'd like
Support for Redis Cluster inside MultiDbClient and/or clearer documentation on this.
Feature Request
Is your feature request related to a problem? Please describe
We currently have a deployment which uses 2 x Redis Clusters deployed in different geographic locations. We require the ability to use client-side failover to switch to from one cluster to another in case of a failure.
We have implemented the use of
MultiDbClientbut have discovered through testing that this does not support Redis Cluster. The documentation is also not clear on which deployment types it works on.Is this a known limitation? Is it currently on any roadmap?
Describe the solution you'd like
Support for Redis Cluster inside
MultiDbClientand/or clearer documentation on this.