Uses of Class
org.springframework.data.redis.connection.ReactiveStreamCommands.DeleteExCommand
Packages that use ReactiveStreamCommands.DeleteExCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveStreamCommands.DeleteExCommand in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return ReactiveStreamCommands.DeleteExCommandModifier and TypeMethodDescriptionApplies the recordIds.Applies the recordIds.ReactiveStreamCommands.DeleteExCommand.stream(ByteBuffer key) Creates a newReactiveStreamCommands.DeleteExCommandgiven akey.ReactiveStreamCommands.DeleteExCommand.withOptions(RedisStreamCommands.XDelOptions options) Applies theRedisStreamCommands.XDelOptions.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveStreamCommands.DeleteExCommandModifier and TypeMethodDescriptionFlux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.DeleteExCommand,List<RedisStreamCommands.StreamEntryDeletionResult>>> ReactiveStreamCommands.xDelEx(Publisher<ReactiveStreamCommands.DeleteExCommand> commands) Deletes one or multiple entries from the stream with extended options.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveStreamCommands.DeleteExCommandModifier and TypeMethodDescriptionFlux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.DeleteExCommand,List<RedisStreamCommands.StreamEntryDeletionResult>>> ReactiveStreamCommands.xDelEx(Publisher<ReactiveStreamCommands.DeleteExCommand> commands) Deletes one or multiple entries from the stream with extended options.