| 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.
|
| redis.clients.jedis.params |
This package contains the classes that represent optional parameters of core Redis commands.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
Jedis.clientList(ClientType type) |
byte[] |
Jedis.clientListBinary(ClientType type) |
| Modifier and Type | Method and Description |
|---|---|
static ClientType |
ClientType.valueOf(java.lang.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 |
|---|---|
java.lang.String |
ClientCommands.clientList(ClientType type)
Returns information and statistics about the client connections server
in a mostly human-readable format filter by client type.
|
byte[] |
ClientBinaryCommands.clientListBinary(ClientType type)
Returns information and statistics about the client connections server
in a mostly human-readable format filter by client type.
|
| Modifier and Type | Method and Description |
|---|---|
ClientKillParams |
ClientKillParams.type(ClientType type) |
Copyright © 2025. All rights reserved.