| Interface | Description |
|---|---|
| BaseRedisReactiveCommands<K,V> |
Observable commands for basic commands.
|
| RedisGeoReactiveCommands<K,V> |
Observable commands for the Geo-API.
|
| RedisHashReactiveCommands<K,V> |
Observable commands for Hashes (Key-Value pairs).
|
| RedisHLLReactiveCommands<K,V> |
Observable commands for HyperLogLog (PF* commands).
|
| RedisKeyReactiveCommands<K,V> |
Observable commands for Keys (Key manipulation/querying).
|
| RedisListReactiveCommands<K,V> |
Observable commands for Lists.
|
| RedisReactiveCommands<K,V> |
A complete reactive and thread-safe Redis API with 400+ Methods.
|
| RedisScriptingReactiveCommands<K,V> |
Observable commands for Scripting.
|
| RedisServerReactiveCommands<K,V> |
Observable commands for Server Control.
|
| RedisSetReactiveCommands<K,V> |
Observable commands for Sets.
|
| RedisSortedSetReactiveCommands<K,V> |
Observable commands for Sorted Sets.
|
| RedisStringReactiveCommands<K,V> |
Observable commands for Strings.
|
| RedisTransactionalReactiveCommands<K,V> |
Observable commands for Transactions.
|
| Enum | Description |
|---|---|
| Success |
An enum representing a successful operation.
|
Copyright © 2016. All rights reserved.