Class DefaultRedisMap<K,V>

java.lang.Object
org.springframework.data.redis.support.collections.DefaultRedisMap<K,V>
All Implemented Interfaces:
ConcurrentMap<K,V>, Map<K,V>, BoundKeyOperations<String>, RedisMap<K,V>, RedisStore

public class DefaultRedisMap<K,V> extends Object implements RedisMap<K,V>
Default implementation for RedisMap. Note that the current implementation doesn't provide the same locking semantics across all methods. In highly concurrent environments, race conditions might appear.
Author:
Costin Leau, Christoph Strobl, Christian Bühler