| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.args | |
| redis.clients.jedis.commands | |
| redis.clients.jedis.params |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryClient.clientList(ClientType type)
Deprecated.
|
String |
Jedis.clientList(ClientType type) |
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 |
|---|---|
String |
AdvancedJedisCommands.clientList(ClientType type) |
void |
Commands.clientList(ClientType type) |
byte[] |
AdvancedBinaryJedisCommands.clientListBinary(ClientType type) |
| Modifier and Type | Method and Description |
|---|---|
ClientKillParams |
ClientKillParams.type(ClientType type) |
Copyright © 2021. All rights reserved.