| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.args | |
| redis.clients.jedis.commands |
| Modifier and Type | Method and Description |
|---|---|
String |
Jedis.clusterReset(ClusterResetType resetType) |
void |
Client.clusterReset(ClusterResetType resetType)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ClusterResetType |
ClusterResetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterResetType[] |
ClusterResetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ClusterCommands.clusterReset(ClusterResetType resetType)
resetType can be null for default behavior. |
Copyright © 2023. All rights reserved.