| Package | Description |
|---|---|
| com.lambdaworks.redis.cluster.models.slots |
Model and parser for the
CLUSTER SLOTS output. |
| Modifier and Type | Method and Description |
|---|---|
static List<ClusterSlotRange> |
ClusterSlotsParser.parse(List<?> clusterSlotsOutput)
Parse the output of the redis CLUSTER SLOTS command and convert it to a list of
ClusterSlotRange |
Copyright © 2016. All rights reserved.