Interface RedisCollection<E>
- Type Parameters:
E- the type of elements in this collection.
- All Superinterfaces:
BoundKeyOperations<String>, RedisStore
- All Known Implementing Classes:
AbstractRedisCollection, DefaultRedisList, DefaultRedisSet, DefaultRedisZSet
Redis extension for the
Collection contract.- Author:
- Costin Leau
-
Method Summary
Methods inherited from interface BoundKeyOperations
expiration, expire, expire, expireAt, expireAt, getExpire, getKey, getType, persist, renameMethods inherited from interface RedisStore
getOperations