Spring Data Key-Value

org.springframework.data.keyvalue.redis.support.collections
Interface RedisCollection<E>

All Superinterfaces:
KeyBound<String>, RedisStore
All Known Subinterfaces:
RedisList<E>, RedisSet<E>, RedisZSet<E>
All Known Implementing Classes:
AbstractRedisCollection, DefaultRedisList, DefaultRedisSet, DefaultRedisZSet

public interface RedisCollection<E>
extends RedisStore

Redis extension for the Collection contract.

Author:
Costin Leau

Method Summary
 
Methods inherited from interface org.springframework.data.keyvalue.redis.support.collections.RedisStore
getOperations
 
Methods inherited from interface org.springframework.data.keyvalue.redis.core.KeyBound
getKey
 


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.