| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.csc |
This package contains the classes and interfaces related to Server-assisted Client-side Caching.
|
| redis.clients.jedis.executors |
This package contains the implementations of CommandExecutor interface.
|
| redis.clients.jedis.mcf |
This package contains the classes that are related to Active-Active cluster(s) and Multi-Cluster
failover.
|
| Constructor and Description |
|---|
UnifiedJedis(CommandExecutor executor,
ConnectionProvider provider,
CommandObjects commandObjects) |
| Modifier and Type | Method and Description |
|---|---|
static CacheConnection.Builder |
CacheConnection.builder() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
ClusterCommandExecutor.execute(Connection connection,
CommandObject<T> commandObject)
WARNING: This method is accessible for the purpose of testing.
|
protected <T> T |
RetryableCommandExecutor.execute(Connection connection,
CommandObject<T> commandObject)
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.
|
protected void |
RetryableCommandExecutor.sleep(long sleepMillis)
WARNING: This method is accessible for the purpose of testing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiDbConnectionProvider.assertOperability()
Asserts that the active database is operable.
|
ConnectionPool |
MultiDbConnectionProvider.Database.getConnectionPool() |
MultiDbConnectionProvider.Database |
MultiDbConnectionProvider.getDatabase(Endpoint endpoint) |
Copyright © 2025. All rights reserved.