Interface | Description |
---|---|
RedisCollection | Commons interface for Redis collections. |
Class | Description |
---|---|
AbstractRedisCollection | Abstract base class for Redis collections. |
RedisList | Creates a list that is backed onto a Redis list. |
RedisMap | A map that is backed onto a Redis hash. |
RedisSet | A Java set implementation that backs onto a Redis set. |
RedisValue |