Uses of Interface
io.lettuce.core.ReadFrom.Nodes
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
-
Uses of ReadFrom.Nodes in io.lettuce.core
Methods in io.lettuce.core with parameters of type ReadFrom.Nodes Modifier and Type Method Description abstract List<RedisNodeDescription>ReadFrom. select(ReadFrom.Nodes nodes)Chooses the nodes from the matching Redis nodes that match this read selector.