| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.builders |
| Modifier and Type | Class and Description |
|---|---|
static class |
JedisSentineled.Builder
Fluent builder for
JedisSentineled (Redis Sentinel). |
| Modifier and Type | Method and Description |
|---|---|
SentinelClientBuilder<C> |
SentinelClientBuilder.masterName(java.lang.String masterName)
Sets the master name for the Redis Sentinel configuration.
|
protected SentinelClientBuilder<C> |
SentinelClientBuilder.self() |
SentinelClientBuilder<C> |
SentinelClientBuilder.sentinelClientConfig(JedisClientConfig sentinelClientConfig)
Sets the client configuration for Sentinel connections.
|
SentinelClientBuilder<C> |
SentinelClientBuilder.sentinels(java.util.Set<HostAndPort> sentinels)
Sets the sentinel nodes to connect to.
|
Copyright © 2025. All rights reserved.