| 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. |
| com.lambdaworks.redis.masterslave |
Client support for Redis Master/Slave setups.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
RedisNodeDescription |
MasterSlaveConnectionProvider.getMaster() |
| Modifier and Type | Method and Description |
|---|---|
List<RedisNodeDescription> |
TopologyProvider.getNodes()
Lookup nodes within the topology.
|
List<RedisNodeDescription> |
StaticMasterSlaveTopologyProvider.getNodes() |
List<RedisNodeDescription> |
SentinelTopologyProvider.getNodes() |
List<RedisNodeDescription> |
MasterSlaveTopologyProvider.getNodes() |
protected List<RedisNodeDescription> |
MasterSlaveTopologyProvider.getNodesFromInfo(String info) |
| Modifier and Type | Method and Description |
|---|---|
protected StatefulRedisConnection<K,V> |
MasterSlaveConnectionProvider.getConnection(RedisNodeDescription redisNodeDescription) |
| Modifier and Type | Method and Description |
|---|---|
void |
MasterSlaveConnectionProvider.setKnownNodes(Collection<RedisNodeDescription> knownNodes) |
Copyright © 2018 lettuce.io. All rights reserved.