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