| Package | Description |
|---|---|
| redis.clients.jedis |
| Modifier and Type | Method and Description |
|---|---|
static JedisCluster.Reset |
JedisCluster.Reset.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JedisCluster.Reset[] |
JedisCluster.Reset.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Jedis.clusterReset(JedisCluster.Reset resetType) |
String |
ClusterCommands.clusterReset(JedisCluster.Reset resetType) |
void |
Client.clusterReset(JedisCluster.Reset resetType) |
Copyright © 2019. All rights reserved.