|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Class Summary | |
|---|---|
| KeyValue<K,V> | A key-value pair. |
| RedisAsyncConnection<K,V> | An asynchronous thread-safe connection to a redis server. |
| RedisClient | A scalable thread-safe Redis client. |
| RedisConnection<K,V> | A synchronous thread-safe connection to a redis server. |
| ScoredValue<V> | A value and its associated score from a ZSET. |
| SortArgs | Argument list builder for the redis SORT command. |
| SortArgs.Builder | Static builder methods. |
| ZStoreArgs | Argument list builder for the redis ZUNIONSTORE and ZINTERSTORE commands. |
| ZStoreArgs.Builder | Static builder methods. |
| Enum Summary | |
|---|---|
| ScriptOutputType | A Lua script returns one of the following types:
ScriptOutputType.BOOLEAN boolean
ScriptOutputType.INTEGER 64-bit integer
ScriptOutputType.STATUS status string
ScriptOutputType.VALUE value
ScriptOutputType.MULTI of these types. |
| Exception Summary | |
|---|---|
| RedisCommandInterruptedException | Exception thrown when the thread executing a redis command is interrupted. |
| RedisException | Exception thrown when redis returns an error message, or when the client fails for any reason. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||