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.
Author:
Costin Leau