| Package | Description |
|---|---|
| redis.clients.jedis |
| Modifier and Type | Field and Description |
|---|---|
static ClientSetInfoConfig |
ClientSetInfoConfig.DEFAULT
Default configuration that uses the Jedis library name without any upstream drivers.
|
static ClientSetInfoConfig |
ClientSetInfoConfig.DISABLED
Configuration that disables CLIENT SETINFO command.
|
| Modifier and Type | Method and Description |
|---|---|
ClientSetInfoConfig |
DefaultJedisClientConfig.getClientSetInfoConfig() |
default ClientSetInfoConfig |
JedisClientConfig.getClientSetInfoConfig()
Modify the behavior of internally executing CLIENT SETINFO command.
|
static ClientSetInfoConfig |
ClientSetInfoConfig.withLibNameSuffix(java.lang.String suffix)
Creates a new ClientSetInfoConfig with a library name suffix.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultJedisClientConfig.Builder |
DefaultJedisClientConfig.Builder.clientSetInfoConfig(ClientSetInfoConfig setInfoConfig) |
Copyright © 2025. All rights reserved.