Uses of Interface
io.lettuce.core.models.role.RedisNodeDescription
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.cluster.models.partitions |
Model and parser for the
CLUSTER NODES and CLUSTER SLAVES output. |
-
Uses of RedisNodeDescription in io.lettuce.core
Methods in io.lettuce.core that return types with arguments of type RedisNodeDescription Modifier and Type Method 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. -
Uses of RedisNodeDescription in io.lettuce.core.cluster.models.partitions
Classes in io.lettuce.core.cluster.models.partitions that implement RedisNodeDescription Modifier and Type Class Description classRedisClusterNodeRepresentation of a Redis Cluster node.