Uses of Interface
org.springframework.data.redis.core.DeleteSpec
Packages that use DeleteSpec
-
Uses of DeleteSpec in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core that return DeleteSpecModifier and TypeMethodDescriptionDeleteSpec<K, V> DeleteSpec.always()Delete the key unconditionally.DeleteSpec<K, V> Configure digest comparison for conditional delete operations.DeleteSpec<K, V> Configure value comparison for conditional delete operations.Method parameters in org.springframework.data.redis.core with type arguments of type DeleteSpecModifier and TypeMethodDescriptionDelete givenkeyand customize the operation throughDeleteSpec.Delete givenkeyand customize the operation throughDeleteSpec.