Uses of Interface
org.springframework.data.redis.support.collections.RedisCollection
Packages that use RedisCollection
Package
Description
Package providing implementations for most of the
java.util collections on top of Redis.-
Uses of RedisCollection in org.springframework.data.redis.support.collections
Subinterfaces of RedisCollection in org.springframework.data.redis.support.collectionsModifier and TypeInterfaceDescriptioninterfaceRedisList<E>Redis extension for theListcontract.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 RedisCollectionModifier and TypeClassDescriptionclassBase implementation forRedisCollection.classDefault implementation forRedisList.classDefault implementation forRedisSet.classDefault implementation forRedisZSet.