Uses of Enum Class
org.springframework.data.redis.connection.SetCondition.KeyCondition
Packages that use SetCondition.KeyCondition
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of SetCondition.KeyCondition in org.springframework.data.redis.connection
Subclasses with type arguments of type SetCondition.KeyCondition in org.springframework.data.redis.connectionModifier and TypeClassDescriptionstatic enumCondition forSETcommand key presence.Methods in org.springframework.data.redis.connection that return SetCondition.KeyConditionModifier and TypeMethodDescriptionSetCondition.getKeyCondition()static SetCondition.KeyConditionSetCondition.KeyCondition.ifAbsent()Perform theSEToperation only if the key is absent using theNXcondition.static SetCondition.KeyConditionSetCondition.KeyCondition.ifPresent()Perform theSEToperation only if the key is present using theXXcondition.static SetCondition.KeyConditionSetCondition.KeyCondition.upsert()Do not set any additional command argument.static SetCondition.KeyConditionReturns the enum constant of this class with the specified name.static SetCondition.KeyCondition[]SetCondition.KeyCondition.values()Returns an array containing the constants of this enum class, in the order they are declared.