| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.args |
This package contains the classes that represent arguments of Redis core commands.
|
| redis.clients.jedis.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
Jedis.clientSetInfo(ClientAttributeOption attr,
byte[] value) |
java.lang.String |
Jedis.clientSetInfo(ClientAttributeOption attr,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
static ClientAttributeOption |
ClientAttributeOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClientAttributeOption[] |
ClientAttributeOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ClientBinaryCommands.clientSetInfo(ClientAttributeOption attr,
byte[] value)
client set info command
Since redis 7.2
|
java.lang.String |
ClientCommands.clientSetInfo(ClientAttributeOption attr,
java.lang.String value)
client set info command
Since redis 7.2
|
Copyright © 2025. All rights reserved.