| Package | Description |
|---|---|
| io.lettuce.core.failover.api | |
| io.lettuce.core.failover.health |
Health check infrastructure for automatic failover in multi-database Redis connections.
|
| Modifier and Type | Method and Description |
|---|---|
HealthCheckStrategySupplier |
DatabaseConfig.getHealthCheckStrategySupplier()
Get the health check strategy supplier.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseConfig.Builder |
DatabaseConfig.Builder.healthCheckStrategySupplier(HealthCheckStrategySupplier healthCheckStrategySupplier)
Set the health check strategy supplier.
|
| Modifier and Type | Field and Description |
|---|---|
static HealthCheckStrategySupplier |
PingStrategy.DEFAULT |
static HealthCheckStrategySupplier |
HealthCheckStrategySupplier.NO_HEALTH_CHECK
No health check strategy supplier.
|
Copyright © 2026 lettuce.io. All rights reserved.