Enum Class RedisStringCommands.SetOption

java.lang.Object
java.lang.Enum<RedisStringCommands.SetOption>
org.springframework.data.redis.connection.RedisStringCommands.SetOption
All Implemented Interfaces:
Serializable, Comparable<RedisStringCommands.SetOption>, Constable
Enclosing interface:
RedisStringCommands

public static enum RedisStringCommands.SetOption extends Enum<RedisStringCommands.SetOption>
SET command arguments for NX, XX.
Since:
1.7
Author:
Christoph Strobl