Uses of Class
org.springframework.data.redis.connection.ReactiveStreamCommands.DeleteCommand
Packages that use ReactiveStreamCommands.DeleteCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
- 
Uses of ReactiveStreamCommands.DeleteCommand in org.springframework.data.redis.connectionMethods in org.springframework.data.redis.connection that return ReactiveStreamCommands.DeleteCommandModifier and TypeMethodDescriptionApplies the recordIds.Applies the recordIds.ReactiveStreamCommands.DeleteCommand.stream(ByteBuffer key) Creates a newReactiveStreamCommands.DeleteCommandgiven akey.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveStreamCommands.DeleteCommandModifier and TypeMethodDescriptionReactiveStreamCommands.xDel(Publisher<ReactiveStreamCommands.DeleteCommand> commands) Removes the specified entries from the stream.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveStreamCommands.DeleteCommandModifier and TypeMethodDescriptionReactiveStreamCommands.xDel(Publisher<ReactiveStreamCommands.DeleteCommand> commands) Removes the specified entries from the stream.