@Experimental @FunctionalInterface 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,
RawConnectionFactory connectionFactory)
Get the health check strategy for the given Redis URI
|
static final HealthCheckStrategySupplier NO_HEALTH_CHECK
HealthCheckStrategy get(RedisURI redisURI, RawConnectionFactory connectionFactory)
redisURI - the Redis URIconnectionFactory - the connection factoryCopyright © 2026 lettuce.io. All rights reserved.