Uses of Class
org.springframework.data.redis.connection.ReactiveListCommands.LMoveCommand
Packages that use ReactiveListCommands.LMoveCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveListCommands.LMoveCommand in org.springframework.data.redis.connection
Modifier and TypeClassDescriptionstatic classBLMOVEcommand parameters.Methods in org.springframework.data.redis.connection that return ReactiveListCommands.LMoveCommandModifier and TypeMethodDescriptionReactiveListCommands.LMoveCommand.from(ByteBuffer sourceKey, ReactiveListCommands.Direction sourceDirection) Creates a newReactiveListCommands.LMoveCommandgiven asourceKey.ReactiveListCommands.LMoveCommand.to(ByteBuffer destinationKey, ReactiveListCommands.Direction direction) Applies thedestinationKey.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveListCommands.LMoveCommandModifier and TypeMethodDescriptionReactiveListCommands.lMove(Publisher<? extends ReactiveListCommands.LMoveCommand> commands) Atomically returns and removes the first/last element (head/tail depending on thefromargument) of the list stored atsourceKey, and pushes the element at the first/last element (head/tail depending on thetoargument) of the list stored atdestinationKey.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveListCommands.LMoveCommandModifier and TypeMethodDescriptionReactiveListCommands.lMove(Publisher<? extends ReactiveListCommands.LMoveCommand> commands) Atomically returns and removes the first/last element (head/tail depending on thefromargument) of the list stored atsourceKey, and pushes the element at the first/last element (head/tail depending on thetoargument) of the list stored atdestinationKey.