Uses of Class
org.springframework.data.redis.connection.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.connection
Modifier and TypeMethodDescriptionApplies the recordIds.Applies the recordIds.ReactiveStreamCommands.DeleteCommand.stream
(ByteBuffer key) Creates a newReactiveStreamCommands.DeleteCommand
given akey
.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.DeleteCommand,
Long>> ReactiveStreamCommands.xDel
(org.reactivestreams.Publisher<ReactiveStreamCommands.DeleteCommand> commands) Removes the specified entries from the stream.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.DeleteCommand,
Long>> ReactiveStreamCommands.xDel
(org.reactivestreams.Publisher<ReactiveStreamCommands.DeleteCommand> commands) Removes the specified entries from the stream.