| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncNodeSelection<K,V>
Node selection with access to asynchronous executed commands on the set.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NodeSelection<K,V>
Node selection with access to synchronous executed commands on the set.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PubSubAsyncNodeSelection<K,V>
Node selection with access to asynchronous executed commands on the set.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PubSubReactiveNodeSelection<K,V>
Node selection with access to
RedisPubSubCommands. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PubSubNodeSelection<K,V>
Node selection with access to
RedisPubSubCommands. |
Copyright © 2019 lettuce.io. All rights reserved.