Uses of Class
org.springframework.data.redis.connection.ReactiveKeyCommands.DelexCommand
Packages that use ReactiveKeyCommands.DelexCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveKeyCommands.DelexCommand in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return ReactiveKeyCommands.DelexCommandModifier and TypeMethodDescriptionReactiveKeyCommands.DelexCommand.condition(CompareCondition option) Creates a newReactiveKeyCommands.DelexCommandgiven aCompareCondition.ReactiveKeyCommands.DelexCommand.key(ByteBuffer key) Applies the key.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveKeyCommands.DelexCommandModifier and TypeMethodDescriptionReactiveKeyCommands.delex(Publisher<ReactiveKeyCommands.DelexCommand> commands) Delete a key based on the providedCompareCondition.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveKeyCommands.DelexCommandModifier and TypeMethodDescriptionReactiveKeyCommands.delex(Publisher<ReactiveKeyCommands.DelexCommand> commands) Delete a key based on the providedCompareCondition.