@Experimental public interface HealthCheckStrategySupplier
| Modifier and Type | Field and Description |
|---|---|
static HealthCheckStrategySupplier |
NO_HEALTH_CHECK
No health check strategy supplier.
|
| Modifier and Type | Method and Description |
|---|---|
HealthCheckStrategy |
get(RedisURI redisURI,
DatabaseRawConnectionFactory connectionFactory)
Get the health check strategy for the given Redis URI
|
static final HealthCheckStrategySupplier NO_HEALTH_CHECK
HealthCheckStrategy get(RedisURI redisURI, DatabaseRawConnectionFactory connectionFactory)
redisURI - the Redis URIconnectionFactory - the connection factoryCopyright © 2025 lettuce.io. All rights reserved.