| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.builders | |
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
UnifiedJedis.executor |
| Constructor and Description |
|---|
UnifiedJedis(CommandExecutor executor)
The constructor to use a custom
CommandExecutor. |
UnifiedJedis(CommandExecutor executor,
ConnectionProvider provider,
CommandObjects commandObjects) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
AbstractClientBuilder.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
protected CommandExecutor |
AbstractClientBuilder.createDefaultCommandExecutor()
Creates a default command executor based on the current configuration.
|
protected CommandExecutor |
MultiDbClientBuilder.createDefaultCommandExecutor() |
protected CommandExecutor |
ClusterClientBuilder.createDefaultCommandExecutor() |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractClientBuilder.commandExecutor(CommandExecutor commandExecutor)
Sets a custom command executor for executing Redis commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterCommandExecutor |
class |
DefaultCommandExecutor |
class |
RetryableCommandExecutor |
class |
SimpleCommandExecutor |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiDbCommandExecutor |
Copyright © 2025. All rights reserved.