org.springframework.data.keyvalue.redis.support.collections
Interface RedisStore
- All Superinterfaces:
- KeyBound<String>
- All Known Subinterfaces:
- RedisCollection<E>, RedisList<E>, RedisMap<K,V>, RedisSet<E>, RedisZSet<E>
- All Known Implementing Classes:
- AbstractRedisCollection, DefaultRedisList, DefaultRedisMap, DefaultRedisSet, DefaultRedisZSet
public interface RedisStore
- extends KeyBound<String>
Basic interface for Redis-based collections.
Offers access to the RedisOperations
entity
used for executing commands against the backing store.
- Author:
- Costin Leau
Methods inherited from interface org.springframework.data.keyvalue.redis.core.KeyBound |
getKey |
getOperations
RedisOperations<String,?> getOperations()
- Returns the underlying Redis operations used by the backing implementation.
- Returns:
- operations
Copyright © 2010-2011 SpringSource. All Rights Reserved.