| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.builders | |
| redis.clients.jedis.executors |
This package contains the implementations of CommandExecutor interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StaticCommandFlagsRegistry
Static implementation of CommandFlagsRegistry.
|
| Modifier and Type | Method and Description |
|---|---|
protected CommandFlagsRegistry |
ClusterClientBuilder.createDefaultCommandFlagsRegistry()
Creates a default command flags registry based on the current configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterClientBuilder<C> |
ClusterClientBuilder.commandFlags(CommandFlagsRegistry commandFlags)
Overrides the default command flags registry.
|
| Modifier and Type | Field and Description |
|---|---|
protected CommandFlagsRegistry |
ClusterCommandExecutor.flags |
| Constructor and Description |
|---|
ClusterCommandExecutor(ClusterConnectionProvider provider,
int maxAttempts,
java.time.Duration maxTotalRetriesDuration,
CommandFlagsRegistry flags) |
Copyright © 2025. All rights reserved.