Uses of Interface
io.lettuce.core.cluster.api.sync.NodeSelectionStreamCommands
| Package | Description |
|---|---|
| io.lettuce.core.cluster.api.async |
Redis Cluster API for asynchronous executed commands.
|
| io.lettuce.core.cluster.api.sync |
Redis Cluster API for synchronous executed commands.
|
-
Uses of NodeSelectionStreamCommands in io.lettuce.core.cluster.api.async
Subinterfaces of NodeSelectionStreamCommands in io.lettuce.core.cluster.api.async Modifier and Type Interface Description interfaceNodeSelectionAsyncCommands<K,V>Asynchronous and thread-safe Redis API to execute commands on aNodeSelectionSupport. -
Uses of NodeSelectionStreamCommands in io.lettuce.core.cluster.api.sync
Subinterfaces of NodeSelectionStreamCommands in io.lettuce.core.cluster.api.sync Modifier and Type Interface Description interfaceNodeSelectionCommands<K,V>Synchronous and thread-safe Redis API to execute commands on aNodeSelectionSupport.