| 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) |
UnifiedJedis(ClusterConnectionProvider provider,
int maxAttempts,
java.time.Duration maxTotalRetriesDuration,
RedisProtocol protocol) |
| Modifier and Type | Field and Description |
|---|---|
ClusterConnectionProvider |
ClusterCommandExecutor.provider |
| Constructor and Description |
|---|
ClusterCommandExecutor(ClusterConnectionProvider provider,
int maxAttempts,
java.time.Duration maxTotalRetriesDuration) |
Copyright © 2024. All rights reserved.