| Package | Description |
|---|---|
| io.valkey | |
| io.valkey.executors |
This package contains the implementations of CommandExecutor interface.
|
| Constructor and Description |
|---|
ClusterPipeline(ClusterConnectionProvider provider) |
ClusterPipeline(ClusterConnectionProvider provider,
ClusterCommandObjects commandObjects) |
JedisCluster(ClusterConnectionProvider provider,
int maxAttempts,
Duration maxTotalRetriesDuration) |
UnifiedJedis(ClusterConnectionProvider provider,
int maxAttempts,
Duration maxTotalRetriesDuration) |
UnifiedJedis(ClusterConnectionProvider provider,
int maxAttempts,
Duration maxTotalRetriesDuration,
RedisProtocol protocol) |
| Modifier and Type | Field and Description |
|---|---|
ClusterConnectionProvider |
ClusterCommandExecutor.provider |
| Constructor and Description |
|---|
ClusterCommandExecutor(ClusterConnectionProvider provider,
int maxAttempts,
Duration maxTotalRetriesDuration) |
Copyright © 2024. All rights reserved.