| Package | Description |
|---|---|
| com.lambdaworks.redis.cluster |
Client for redis clusters
RedisClusterClient |
| com.lambdaworks.redis.cluster.models.partitions |
Model and parser for the
CLUSTER NODES and CLUSTER SLAVES output. |
| Modifier and Type | Method and Description |
|---|---|
Partitions |
RedisClusterClient.getPartitions()
Retrieve the cluster view.
|
protected Partitions |
RedisClusterClient.loadPartitions()
Retrieve partitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RedisClusterClient.setPartitions(Partitions partitions)
Sets the new cluster topology.
|
void |
RedisAdvancedClusterAsyncConnectionImpl.setPartitions(Partitions partitions) |
| Modifier and Type | Method and Description |
|---|---|
static Partitions |
ClusterPartitionParser.parse(String nodes)
Parse partition lines into Partitions object.
|
Copyright © 2016. All rights reserved.