Spring Data Key-Value

Uses of Package
org.springframework.data.keyvalue.redis.support.collections

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

Classes in org.springframework.data.keyvalue.redis.support.collections used by org.springframework.data.keyvalue.redis.support.collections
AbstractRedisCollection
          Base implementation for RedisCollection.
RedisCollection
          Redis extension for the Collection contract.
RedisCollectionFactoryBean.CollectionType
           
RedisList
          Redis extension for the List contract.
RedisMap
          Map view of a Redis hash.
RedisSet
          Redis extension for the Set contract.
RedisStore
          Basic interface for Redis-based collections.
RedisZSet
          Redis ZSet (or sorted set (by weight)).
 


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.