Uses of Class
org.springframework.data.redis.connection.ReactiveListCommands.RPopLPushCommand
Packages that use ReactiveListCommands.RPopLPushCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveListCommands.RPopLPushCommand in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return ReactiveListCommands.RPopLPushCommandModifier and TypeMethodDescriptionReactiveListCommands.RPopLPushCommand.from(ByteBuffer sourceKey) Creates a newReactiveListCommands.RPopLPushCommandgiven a sourceKey.ReactiveListCommands.RPopLPushCommand.to(ByteBuffer destinationKey) Applies the destinationKey.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveListCommands.RPopLPushCommandModifier and TypeMethodDescriptionReactiveListCommands.rPopLPush(Publisher<ReactiveListCommands.RPopLPushCommand> commands) Remove the last element from list atReactiveRedisConnection.KeyCommand.getKey(), append it togetDestination()and return its value.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveListCommands.RPopLPushCommandModifier and TypeMethodDescriptionReactiveListCommands.rPopLPush(Publisher<ReactiveListCommands.RPopLPushCommand> commands) Remove the last element from list atReactiveRedisConnection.KeyCommand.getKey(), append it togetDestination()and return its value.