Enum Class RedisKeyValueAdapter.ShadowCopy

java.lang.Object
java.lang.Enum<RedisKeyValueAdapter.ShadowCopy>
org.springframework.data.redis.core.RedisKeyValueAdapter.ShadowCopy
All Implemented Interfaces:
Serializable, Comparable<RedisKeyValueAdapter.ShadowCopy>, Constable
Enclosing class:
RedisKeyValueAdapter

public static enum RedisKeyValueAdapter.ShadowCopy extends Enum<RedisKeyValueAdapter.ShadowCopy>
Configuration flag controlling storage of phantom keys (shadow copies) of expiring entities to read them later when publishing RedisKeyspaceEvent.
Since:
2.4
Author:
Christoph Strobl