| Package | Description |
|---|---|
| io.lettuce.core.failover.health |
| Modifier and Type | Class and Description |
|---|---|
class |
PingStrategy
Health check strategy that uses PING command to check endpoint health.
|
| Modifier and Type | Method and Description |
|---|---|
HealthCheckStrategy |
HealthCheckStrategySupplier.get(RedisURI redisURI,
DatabaseRawConnectionFactory 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 © 2025 lettuce.io. All rights reserved.