| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.mcf |
This package contains the classes that are related to Active-Active cluster(s) and Multi-Cluster
failover.
|
| Modifier and Type | Method and Description |
|---|---|
HealthCheckStrategy |
MultiDbConfig.StrategySupplier.get(HostAndPort hostAndPort,
JedisClientConfig jedisClientConfig)
Creates a
HealthCheckStrategy instance for the specified Redis endpoint. |
| Modifier and Type | Method and Description |
|---|---|
MultiDbConfig.DatabaseConfig.Builder |
MultiDbConfig.DatabaseConfig.Builder.healthCheckStrategy(HealthCheckStrategy healthCheckStrategy)
Sets a specific health check strategy instance for this database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LagAwareStrategy |
class |
PingStrategy |
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
HealthStatusManager.add(Endpoint endpoint,
HealthCheckStrategy strategy) |
void |
HealthStatusManager.addAll(Endpoint[] endpoints,
HealthCheckStrategy strategy) |
Copyright © 2025. All rights reserved.