Uses of Class
redis.clients.jedis.ClusterReset
-
Packages that use ClusterReset Package Description redis.clients.jedis redis.clients.jedis.commands -
-
Uses of ClusterReset in redis.clients.jedis
Methods in redis.clients.jedis that return ClusterReset Modifier and Type Method Description static ClusterResetClusterReset. valueOf(String name)Returns the enum constant of this type with the specified name.static ClusterReset[]ClusterReset. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in redis.clients.jedis with parameters of type ClusterReset Modifier and Type Method Description voidClient. clusterReset(ClusterReset resetType)StringJedis. clusterReset(ClusterReset resetType) -
Uses of ClusterReset in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands with parameters of type ClusterReset Modifier and Type Method Description StringClusterCommands. clusterReset(ClusterReset resetType)
-