| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.executors | |
| redis.clients.jedis.providers |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionProvider |
UnifiedJedis.provider |
| Constructor and Description |
|---|
UnifiedJedis(ConnectionProvider provider) |
UnifiedJedis(ConnectionProvider provider,
int maxAttempts,
Duration maxTotalRetriesDuration) |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionProvider |
DefaultCommandExecutor.provider |
protected ConnectionProvider |
RetryableCommandExecutor.provider |
| Constructor and Description |
|---|
DefaultCommandExecutor(ConnectionProvider provider) |
RetryableCommandExecutor(ConnectionProvider provider,
int maxAttempts,
Duration maxTotalRetriesDuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterConnectionProvider |
class |
ManagedConnectionProvider |
class |
PooledConnectionProvider |
class |
ShardedConnectionProvider |
Copyright © 2022. All rights reserved.