See: Description
Interface | Description |
---|---|
AsyncExecutions<T> |
Result holder for a command that was executed asynchronously on multiple nodes.
|
AsyncNodeSelection<K,V> |
Node selection with access to asynchronous executed commands on the set.
|
BaseNodeSelectionAsyncCommands<K,V> |
Asynchronous executed commands on a node selection for basic commands.
|
NodeSelectionAclAsyncCommands<K,V> |
Asynchronous executed commands on a node selection for the ACL-API.
|
NodeSelectionAsyncCommands<K,V> |
Asynchronous and thread-safe Redis API to execute commands on a
NodeSelectionSupport . |
NodeSelectionGeoAsyncCommands<K,V> |
Asynchronous executed commands on a node selection for the Geo-API.
|
NodeSelectionHashAsyncCommands<K,V> |
Asynchronous executed commands on a node selection for Hashes (Key-Value pairs).
|
NodeSelectionHLLAsyncCommands<K,V> |
Asynchronous executed commands on a node selection for HyperLogLog (PF* commands).
|
NodeSelectionKeyAsyncCommands<K,V> |
Asynchronous executed commands on a node selection for Keys (Key manipulation/querying).
|
NodeSelectionListAsyncCommands<K,V> |
Asynchronous executed commands on a node selection for Lists.
|
NodeSelectionScriptingAsyncCommands<K,V> |
Asynchronous executed commands on a node selection for Scripting.
|
NodeSelectionServerAsyncCommands<K,V> |
Asynchronous executed commands on a node selection for Server Control.
|
NodeSelectionSetAsyncCommands<K,V> |
Asynchronous executed commands on a node selection for Sets.
|
NodeSelectionSortedSetAsyncCommands<K,V> |
Asynchronous executed commands on a node selection for Sorted Sets.
|
NodeSelectionStreamAsyncCommands<K,V> |
Asynchronous executed commands on a node selection for Streams.
|
NodeSelectionStringAsyncCommands<K,V> |
Asynchronous executed commands on a node selection for Strings.
|
RedisAdvancedClusterAsyncCommands<K,V> |
Advanced asynchronous and thread-safe Redis Cluster API.
|
RedisClusterAsyncCommands<K,V> |
A complete asynchronous and thread-safe cluster Redis API with 400+ Methods.
|
Copyright © 2023 lettuce.io. All rights reserved.