Uses of Interface
org.springframework.data.redis.support.collections.RedisStore
Package
Description
Package providing implementations for most of the
java.util
collections on top of Redis.-
Uses of RedisStore in org.springframework.data.redis.support.collections
Modifier and TypeInterfaceDescriptioninterface
Redis extension for theCollection
contract.interface
RedisList<E>
Redis extension for theList
contract.interface
RedisMap<K,
V> Map view of a Redis hash.interface
RedisSet<E>
Redis extension for theSet
contract.interface
RedisZSet<E>
Redis ZSet (or sorted set (by weight)).Modifier and TypeClassDescriptionclass
Base implementation forRedisCollection
.class
Default implementation forRedisList
.class
DefaultRedisMap<K,
V> Default implementation forRedisMap
.class
Default implementation forRedisSet
.class
Default implementation forRedisZSet
.class
Properties
extension for a Redis back-store.