| Package | Description |
|---|---|
| io.lettuce.core.failover.health |
Health check infrastructure for automatic failover in multi-database Redis connections.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHealthCheckStrategy
Abstract base class for health check strategies.
|
class |
LagAwareStrategy
Health check strategy that uses the Redis Enterprise REST API database availability endpoint.
|
class |
PingStrategy
Health check strategy that uses PING command to check endpoint health.
|
| Modifier and Type | Method and Description |
|---|---|
HealthCheckStrategy |
HealthCheckStrategySupplier.get(RedisURI redisURI,
RawConnectionFactory connectionFactory)
Get the health check strategy for the given Redis URI
|
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
HealthStatusManagerImpl.add(RedisURI endpoint,
HealthCheckStrategy strategy) |
HealthCheck |
HealthStatusManager.add(RedisURI endpoint,
HealthCheckStrategy strategy)
Create and register a health check for the given endpoint.
|
Copyright © 2026 lettuce.io. All rights reserved.