Interface RedisStore
- All Superinterfaces:
BoundKeyOperations<String>
- All Known Subinterfaces:
RedisCollection<E>,RedisList<E>,RedisMap<K,,V> RedisSet<E>,RedisZSet<E>
- All Known Implementing Classes:
AbstractRedisCollection,DefaultRedisList,DefaultRedisMap,DefaultRedisSet,DefaultRedisZSet,RedisProperties
Basic interface for Redis-based collections. Offers access to the
RedisOperations entity used for executing
commands against the backing store.- Author:
- Costin Leau
-
Method Summary
Modifier and TypeMethodDescriptionReturns the underlying Redis operations used by the backing implementation.
-
Method Details
-
getOperations
RedisOperations<String,?> getOperations()Returns the underlying Redis operations used by the backing implementation.- Returns:
- operations never null.
-