| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NodeSelectionAsyncCommands<K,V>
Asynchronous and thread-safe Redis API to execute commands on a
NodeSelectionSupport. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NodeSelectionCommands<K,V>
Synchronous and thread-safe Redis API to execute commands on a
NodeSelectionSupport. |
Copyright © 2021 lettuce.io. All rights reserved.