Package | Description |
---|---|
com.lambdaworks.redis |
The redis client package containing
RedisClient for regular and sentinel operations. |
com.lambdaworks.redis.cluster.models.partitions |
Model and parser for the
CLUSTER NODES and CLUSTER SLAVES output. |
Modifier and Type | Method and Description |
---|---|
List<RedisNodeDescription> |
ReadFrom.Nodes.getNodes()
Returns the list of nodes that are applicable for the read operation.
|
abstract List<RedisNodeDescription> |
ReadFrom.select(ReadFrom.Nodes nodes)
Chooses the nodes from the matching Redis nodes that match this read selector.
|
Modifier and Type | Class and Description |
---|---|
class |
RedisClusterNode
Representation of a Redis Cluster node.
|
Copyright © 2016. All rights reserved.