| Interface | Description |
|---|---|
| IRedisCache<T,U> |
Interface for all key-value caches.
|
| IRedisClient | |
| IRedisHash | |
| IRedisKeys | |
| IRedisList | |
| IRedisSet | |
| IRedisSortedSet | |
| IRedisString |
Interface for redis string commands.
|
| IRedisTransaction |
| Class | Description |
|---|---|
| AbstractRedisClient | |
| AbstractRedisMock | |
| GlobToRegEx | |
| IRedisSortedSet.ZsetPair | |
| LuaScripter | |
| RedisHashCache | |
| RedisListCache | |
| RedisMock |
An in-memory redis-compatible key-value cache and store written
in pure Java.
|
| RedisMockClient | |
| RedisMockMulti | |
| RedisSetCache |
Cache key-value pairs as a set.
|
| RedisSortedSetCache |
Cache key-value-score triples as a sorted set.
|
| RedisStringCache |
Cache key-value pairs as strings.
|
| ScanResult<T> |
| Exception | Description |
|---|---|
| ArgException | |
| BitArgException | |
| DiscardWithoutMultiException | |
| ExecWithoutMultiException | |
| IndexOutOfRangeException | |
| NoKeyException | |
| NotFloatException | |
| NotFloatHashException | |
| NotFloatMinMaxException | |
| NotImplementedException | |
| NotIntegerException | |
| NotIntegerHashException | |
| NotValidStringRangeItemException |
Thrown when certain zset commands encounter bad inputs.
|
| SetbitException | |
| SyntaxErrorException |
Thrown when a redis command encounters a syntax error.
|
| WrongTypeException |
Thrown when a redis command is attempted on a key that
holds a different type of key.
|
Copyright © 2015. All rights reserved.