Uses of Interface
io.lettuce.core.cluster.api.NodeSelectionSupport
| 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.
|
| io.lettuce.core.cluster.pubsub.api.async |
Redis Cluster Pub/Sub API for asynchronous executed commands.
|
| io.lettuce.core.cluster.pubsub.api.reactive |
Redis Cluster Pub/Sub API for reactive command execution.
|
| io.lettuce.core.cluster.pubsub.api.sync |
Redis Cluster Pub/Sub API for synchronous executed commands.
|
-
Uses of NodeSelectionSupport in io.lettuce.core.cluster.api.async
Subinterfaces of NodeSelectionSupport in io.lettuce.core.cluster.api.async Modifier and Type Interface Description interfaceAsyncNodeSelection<K,V>Node selection with access to asynchronous executed commands on the set. -
Uses of NodeSelectionSupport in io.lettuce.core.cluster.api.sync
Subinterfaces of NodeSelectionSupport in io.lettuce.core.cluster.api.sync Modifier and Type Interface Description interfaceNodeSelection<K,V>Node selection with access to synchronous executed commands on the set. -
Uses of NodeSelectionSupport in io.lettuce.core.cluster.pubsub.api.async
Subinterfaces of NodeSelectionSupport in io.lettuce.core.cluster.pubsub.api.async Modifier and Type Interface Description interfacePubSubAsyncNodeSelection<K,V>Node selection with access to asynchronous executed commands on the set. -
Uses of NodeSelectionSupport in io.lettuce.core.cluster.pubsub.api.reactive
Subinterfaces of NodeSelectionSupport in io.lettuce.core.cluster.pubsub.api.reactive Modifier and Type Interface Description interfacePubSubReactiveNodeSelection<K,V>Node selection with access toRedisPubSubCommands. -
Uses of NodeSelectionSupport in io.lettuce.core.cluster.pubsub.api.sync
Subinterfaces of NodeSelectionSupport in io.lettuce.core.cluster.pubsub.api.sync Modifier and Type Interface Description interfacePubSubNodeSelection<K,V>Node selection with access toRedisPubSubCommands.