org.springframework.integration.redis.support
Class RedisHeaders
java.lang.Object
org.springframework.integration.redis.support.RedisHeaders
public class RedisHeaders
- extends java.lang.Object
Pre-defined names and prefixes to be used for
for dealing with headers required by Redis components
- Since:
- 2.2
- Author:
- Oleg Zhurakousky, Gary Russell
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PREFIX
public static final java.lang.String PREFIX
- See Also:
- Constant Field Values
KEY
public static final java.lang.String KEY
- See Also:
- Constant Field Values
MAP_KEY
public static final java.lang.String MAP_KEY
- See Also:
- Constant Field Values
ZSET_SCORE
public static final java.lang.String ZSET_SCORE
- See Also:
- Constant Field Values
ZSET_INCREMENT_SCORE
public static final java.lang.String ZSET_INCREMENT_SCORE
- See Also:
- Constant Field Values
RedisHeaders
public RedisHeaders()