Uses of Class
org.springframework.data.redis.connection.ReactiveListCommands.LRemCommand
Packages that use ReactiveListCommands.LRemCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveListCommands.LRemCommand in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return ReactiveListCommands.LRemCommandModifier and TypeMethodDescriptionReactiveListCommands.LRemCommand.all()
Creates a newReactiveListCommands.LRemCommand
to delete all values.ReactiveListCommands.LRemCommand.first
(long count) Creates a newReactiveListCommands.LRemCommand
to first count values.ReactiveListCommands.LRemCommand.from
(ByteBuffer key) Applies the key.ReactiveListCommands.LRemCommand.last
(long count) Creates a newReactiveListCommands.LRemCommand
to last count values.ReactiveListCommands.LRemCommand.occurrencesOf
(ByteBuffer value) Applies the value.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveListCommands.LRemCommandModifier and TypeMethodDescriptionReactiveListCommands.lRem
(Publisher<ReactiveListCommands.LRemCommand> commands) Removes thegetCount()
occurrences ofgetValue()
from the list stored atReactiveRedisConnection.KeyCommand.getKey()
.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveListCommands.LRemCommandModifier and TypeMethodDescriptionReactiveListCommands.lRem
(Publisher<ReactiveListCommands.LRemCommand> commands) Removes thegetCount()
occurrences ofgetValue()
from the list stored atReactiveRedisConnection.KeyCommand.getKey()
.