| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.executors |
This package contains the implementations of CommandExecutor interface.
|
| redis.clients.jedis.providers |
This package contains the implementations of ConnectionProvider interface.
|
| Constructor and Description |
|---|
UnifiedJedis(CommandExecutor executor,
ConnectionProvider provider,
CommandObjects commandObjects) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
RetryableCommandExecutor.execute(Connection connection,
CommandObject<T> commandObject)
WARNING: This method is accessible for the purpose of testing.
|
protected <T> T |
ClusterCommandExecutor.execute(Connection connection,
CommandObject<T> commandObject)
WARNING: This method is accessible for the purpose of testing.
|
protected void |
RetryableCommandExecutor.sleep(long sleepMillis)
WARNING: This method is accessible for the purpose of testing.
|
protected void |
ClusterCommandExecutor.sleep(long sleepMillis)
WARNING: This method is accessible for the purpose of testing.
|
| Modifier and Type | Method and Description |
|---|---|
MultiClusterPooledConnectionProvider.Cluster |
MultiClusterPooledConnectionProvider.getCluster(int multiClusterIndex) |
Copyright © 2025. All rights reserved.