| Package | Description |
|---|---|
| redis.clients.jedis.mcf |
This package contains the classes that are related to Active-Active cluster(s) and Multi-Cluster
failover.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
JedisFailoverException.JedisPermanentlyNotAvailableException
Exception thrown when a failover attempt fails due to lack of available/healthy databases, and
the max number of failover attempts has been exceeded.
|
static class |
JedisFailoverException.JedisTemporarilyNotAvailableException
Exception thrown when a failover attempt fails due to lack of available/healthy databases, but
the max number of failover attempts has not been exceeded yet.
|
Copyright © 2025. All rights reserved.