| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.executors |
This package contains the implementations of CommandExecutor interface.
|
| Constructor and Description |
|---|
ClusterPipeline(ClusterConnectionProvider provider) |
ClusterPipeline(ClusterConnectionProvider provider,
ClusterCommandObjects commandObjects) |
JedisCluster(ClusterConnectionProvider provider,
int maxAttempts,
java.time.Duration maxTotalRetriesDuration) |
UnifiedJedis(ClusterConnectionProvider provider,
int maxAttempts,
java.time.Duration maxTotalRetriesDuration)
Deprecated.
|
UnifiedJedis(ClusterConnectionProvider provider,
int maxAttempts,
java.time.Duration maxTotalRetriesDuration,
RedisProtocol protocol)
Deprecated.
|
UnifiedJedis(ClusterConnectionProvider provider,
int maxAttempts,
java.time.Duration maxTotalRetriesDuration,
RedisProtocol protocol,
Cache cache)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
ClusterConnectionProvider |
ClusterCommandExecutor.provider |
| Constructor and Description |
|---|
ClusterCommandExecutor(ClusterConnectionProvider provider,
int maxAttempts,
java.time.Duration maxTotalRetriesDuration) |
Copyright © 2025. All rights reserved.