| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.executors | |
| redis.clients.jedis.graph | |
| redis.clients.jedis.providers |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionProvider |
UnifiedJedis.provider |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MultiNodePipelineBase.prepareGraphCommands(ConnectionProvider connectionProvider)
Sub-classes must call this method, if graph commands are going to be used.
|
| Constructor and Description |
|---|
UnifiedJedis(ConnectionProvider provider) |
UnifiedJedis(ConnectionProvider provider,
int maxAttempts,
Duration maxTotalRetriesDuration) |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionProvider |
RetryableCommandExecutor.provider |
protected ConnectionProvider |
DefaultCommandExecutor.provider |
| Constructor and Description |
|---|
DefaultCommandExecutor(ConnectionProvider provider) |
RetryableCommandExecutor(ConnectionProvider provider,
int maxAttempts,
Duration maxTotalRetriesDuration) |
| Constructor and Description |
|---|
GraphCommandObjects(ConnectionProvider provider) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterConnectionProvider |
class |
ManagedConnectionProvider |
class |
PooledConnectionProvider |
class |
ShardedConnectionProvider |
Copyright © 2022. All rights reserved.