org.springframework.data.redis.support.collections
Interface RedisMap<K,V>

All Superinterfaces:
BoundKeyOperations<String>, ConcurrentMap<K,V>, Map<K,V>, RedisStore
All Known Implementing Classes:
DefaultRedisMap, RedisProperties

public interface RedisMap<K,V>
extends RedisStore, ConcurrentMap<K,V>

Map view of a Redis hash.


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 Long increment(K key, long delta)
           
 
Methods inherited from interface org.springframework.data.redis.support.collections.RedisStore
getOperations
 
Methods inherited from interface org.springframework.data.redis.core.BoundKeyOperations
expire, expireAt, getExpire, getKey, getType, persist, rename
 
Methods inherited from interface java.util.concurrent.ConcurrentMap
putIfAbsent, remove, replace, replace
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

increment

Long increment(K key,
               long delta)