Uses of Interface
org.springframework.data.redis.support.collections.RedisStore
Packages that use 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
Subinterfaces of RedisStore in org.springframework.data.redis.support.collectionsModifier and TypeInterfaceDescriptioninterfaceRedis extension for theCollectioncontract.interfaceRedisList<E>Redis extension for theListcontract.interfaceRedisMap<K,V> Map view of a Redis hash.interfaceRedisSet<E>Redis extension for theSetcontract.interfaceRedisZSet<E>Redis ZSet (or sorted set (by weight)).Classes in org.springframework.data.redis.support.collections that implement RedisStoreModifier and TypeClassDescriptionclassBase implementation forRedisCollection.classDefault implementation forRedisList.classDefaultRedisMap<K,V> Default implementation forRedisMap.classDefault implementation forRedisSet.classDefault implementation forRedisZSet.classPropertiesextension for a Redis back-store.Methods in org.springframework.data.redis.support.collections that return RedisStore