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 classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
increment
Long increment(K key,
long delta)
increment
Double increment(K key,
double delta)