See: Description
| Interface | Description |
|---|---|
| BaseRedisAsyncCommands<K,V> |
Asynchronous executed commands for basic commands.
|
| RedisAsyncCommands<K,V> |
A complete asynchronous and thread-safe Redis API with 400+ Methods.
|
| RedisGeoAsyncCommands<K,V> |
Asynchronous executed commands for the Geo-API.
|
| RedisHashAsyncCommands<K,V> |
Asynchronous executed commands for Hashes (Key-Value pairs).
|
| RedisHLLAsyncCommands<K,V> |
Asynchronous executed commands for HyperLogLog (PF* commands).
|
| RedisKeyAsyncCommands<K,V> |
Asynchronous executed commands for Keys (Key manipulation/querying).
|
| RedisListAsyncCommands<K,V> |
Asynchronous executed commands for Lists.
|
| RedisScriptingAsyncCommands<K,V> |
Asynchronous executed commands for Scripting.
|
| RedisServerAsyncCommands<K,V> |
Asynchronous executed commands for Server Control.
|
| RedisSetAsyncCommands<K,V> |
Asynchronous executed commands for Sets.
|
| RedisSortedSetAsyncCommands<K,V> |
Asynchronous executed commands for Sorted Sets.
|
| RedisStreamAsyncCommands<K,V> |
Asynchronous executed commands for Streams.
|
| RedisStringAsyncCommands<K,V> |
Asynchronous executed commands for Strings.
|
| RedisTransactionalAsyncCommands<K,V> |
Asynchronous executed commands for Transactions.
|
Copyright © 2021 lettuce.io. All rights reserved.