See: Description
| Interface | Description |
|---|---|
| BaseNodeSelectionCommands<K,V> |
Synchronous executed commands on a node selection for basic commands.
|
| Executions<T> |
Result holder for a command that was executed synchronously on multiple nodes.
|
| NodeSelection<K,V> |
Node selection with access to synchronous executed commands on the set.
|
| NodeSelectionCommands<K,V> |
Synchronous and thread-safe Redis API to execute commands on a
NodeSelectionSupport. |
| NodeSelectionGeoCommands<K,V> |
Synchronous executed commands on a node selection for the Geo-API.
|
| NodeSelectionHashCommands<K,V> |
Synchronous executed commands on a node selection for Hashes (Key-Value pairs).
|
| NodeSelectionHLLCommands<K,V> |
Synchronous executed commands on a node selection for HyperLogLog (PF* commands).
|
| NodeSelectionKeyCommands<K,V> |
Synchronous executed commands on a node selection for Keys (Key manipulation/querying).
|
| NodeSelectionListCommands<K,V> |
Synchronous executed commands on a node selection for Lists.
|
| NodeSelectionScriptingCommands<K,V> |
Synchronous executed commands on a node selection for Scripting.
|
| NodeSelectionServerCommands<K,V> |
Synchronous executed commands on a node selection for Server Control.
|
| NodeSelectionSetCommands<K,V> |
Synchronous executed commands on a node selection for Sets.
|
| NodeSelectionSortedSetCommands<K,V> |
Synchronous executed commands on a node selection for Sorted Sets.
|
| NodeSelectionStreamCommands<K,V> |
Synchronous executed commands on a node selection for Streams.
|
| NodeSelectionStringCommands<K,V> |
Synchronous executed commands on a node selection for Strings.
|
| RedisAdvancedClusterCommands<K,V> |
Advanced synchronous and thread-safe Redis Cluster API.
|
| RedisClusterCommands<K,V> |
A complete synchronous and thread-safe Redis Cluster API with 400+ Methods.
|
Copyright © 2019 lettuce.io. All rights reserved.