See: Description
| Interface | Description |
|---|---|
| HealthCheck | |
| HealthCheckStrategy | |
| HealthStatusListener | |
| ProbingPolicy | |
| ProbingPolicy.ProbeContext |
| Enum | Description |
|---|---|
| HealthStatus | |
| ProbingPolicy.Decision | |
| SwitchReason |
| Exception | Description |
|---|---|
| ConnectionFailoverException | |
| JedisFailoverException |
Exception thrown when a failover attempt fails due to lack of available/healthy databases.
|
| 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.
|
| 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.