Spring Data Key-Value

Uses of Interface
org.springframework.data.keyvalue.redis.support.collections.RedisCollection

Packages that use RedisCollection
org.springframework.data.keyvalue.redis.support.collections Package providing implementations for most of the java.util collections on top of Redis. 
 

Uses of RedisCollection in org.springframework.data.keyvalue.redis.support.collections
 

Subinterfaces of RedisCollection in org.springframework.data.keyvalue.redis.support.collections
 interface RedisList<E>
          Redis extension for the List contract.
 interface RedisSet<E>
          Redis extension for the Set contract.
 interface RedisZSet<E>
          Redis ZSet (or sorted set (by weight)).
 

Classes in org.springframework.data.keyvalue.redis.support.collections that implement RedisCollection
 class AbstractRedisCollection<E>
          Base implementation for RedisCollection.
 class DefaultRedisList<E>
          Default implementation for RedisList.
 class DefaultRedisSet<E>
          Default implementation for RedisSet.
 class DefaultRedisZSet<E>
          Default implementation for RedisZSet.
 


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.