Uses of Interface
org.springframework.data.redis.core.SetSpec.ComparisonSpec
Packages that use SetSpec.ComparisonSpec
-
Uses of SetSpec.ComparisonSpec in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core that return SetSpec.ComparisonSpecModifier and TypeMethodDescriptionSetSpec.ifEquals()Configure to set the value only if the value matches the given value or digest.SetSpec.ifNotEquals()Configure to set the value only if the value does not match the given value or digest.