Package org.springframework.datastore.redis.collection

Interface Summary
RedisCollection Commons interface for Redis collections
 

Class Summary
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