Interface RedisCollection<E>

Type Parameters:
E - the type of elements in this collection.
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