Package | Description |
---|---|
redis.clients.jedis | |
redis.clients.jedis.args | |
redis.clients.jedis.commands | |
redis.clients.jedis.params |
Modifier and Type | Method and Description |
---|---|
String |
Jedis.clientList(ClientType type) |
void |
BinaryClient.clientList(ClientType type)
Deprecated.
|
byte[] |
BinaryJedis.clientListBinary(ClientType type)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ClientType |
ClientType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientType[] |
ClientType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Commands.clientList(ClientType type) |
String |
AdvancedJedisCommands.clientList(ClientType type) |
byte[] |
AdvancedBinaryJedisCommands.clientListBinary(ClientType type) |
Modifier and Type | Method and Description |
---|---|
ClientKillParams |
ClientKillParams.type(ClientType type) |
Copyright © 2024. All rights reserved.