| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.builders | |
| redis.clients.jedis.util |
This package contains the utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected CommandKeyArgumentPreProcessor |
CommandObjects.keyPreProcessor |
| Modifier and Type | Method and Description |
|---|---|
default CommandKeyArgumentPreProcessor |
JedisClientConfig.getCommandKeyArgumentPreProcessor()
Optional key argument pre-processor applied to every command before it is sent.
|
CommandKeyArgumentPreProcessor |
DefaultJedisClientConfig.getCommandKeyArgumentPreProcessor() |
| Modifier and Type | Method and Description |
|---|---|
DefaultJedisClientConfig.Builder |
DefaultJedisClientConfig.Builder.commandKeyArgumentPreProcessor(CommandKeyArgumentPreProcessor commandKeyArgumentPreProcessor)
Sets a key argument pre-processor applied to every command before it is sent.
|
void |
UnifiedJedis.setKeyArgumentPreProcessor(CommandKeyArgumentPreProcessor keyPreProcessor) |
void |
CommandObjects.setKeyArgumentPreProcessor(CommandKeyArgumentPreProcessor keyPreProcessor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandKeyArgumentPreProcessor |
AbstractClientBuilder.keyPreProcessor
Deprecated.
This field is deprecated and should be set on JedisClientConfig instead.
|
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractClientBuilder.keyPreProcessor(CommandKeyArgumentPreProcessor keyPreProcessor)
Deprecated.
use
DefaultJedisClientConfig.Builder#commandKeyArgumentPreProcessor(CommandKeyArgumentPreProcessor)
on the JedisClientConfig passed via
AbstractClientBuilder.clientConfig(JedisClientConfig). When this setter is used it is folded
into the resulting client config at AbstractClientBuilder.build() time. |
| Modifier and Type | Class and Description |
|---|---|
class |
PrefixedKeyArgumentPreProcessor |
Copyright © 2026. All rights reserved.