org.springframework.data.redis.support.collections
Interface RedisCollection<E>

All Superinterfaces:
BoundKeyOperations<String>, RedisStore
All Known Subinterfaces:
RedisList<E>, RedisSet<E>, RedisZSet<E>
All Known Implementing Classes:
AbstractRedisCollection, DefaultRedisList, DefaultRedisSet, DefaultRedisZSet

public interface RedisCollection<E>
extends RedisStore

Redis extension for the Collection contract.


Method Summary
 
Methods inherited from interface org.springframework.data.redis.support.collections.RedisStore
getOperations
 
Methods inherited from interface org.springframework.data.redis.core.BoundKeyOperations
expire, expireAt, getExpire, getKey, getType, persist, rename