Package | Description |
---|---|
redis.clients.jedis | |
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 | Class and Description |
---|---|
class |
ClusterCommandExecutor |
class |
DefaultCommandExecutor |
class |
RetryableCommandExecutor |
class |
SimpleCommandExecutor |
Modifier and Type | Class and Description |
---|---|
class |
CircuitBreakerCommandExecutor |
Copyright © 2024. All rights reserved.