Uses of Class
io.lettuce.core.cluster.models.slots.ClusterSlotRange
| Package | Description |
|---|---|
| io.lettuce.core.cluster.models.slots |
Model and parser for the
CLUSTER SLOTS output. |
-
Uses of ClusterSlotRange in io.lettuce.core.cluster.models.slots
Methods in io.lettuce.core.cluster.models.slots that return types with arguments of type ClusterSlotRange Modifier and Type Method Description static List<ClusterSlotRange>ClusterSlotsParser. parse(List<?> clusterSlotsOutput)Parse the output of the Redis CLUSTER SLOTS command and convert it to a list ofClusterSlotRange