Uses of Class
org.springframework.data.redis.connection.ReactiveListCommands.BRPopLPushCommand
Packages that use ReactiveListCommands.BRPopLPushCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveListCommands.BRPopLPushCommand in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return ReactiveListCommands.BRPopLPushCommandModifier and TypeMethodDescriptionReactiveListCommands.BRPopLPushCommand.blockingFor(Duration timeout) Applies atimeout.ReactiveListCommands.BRPopLPushCommand.from(ByteBuffer sourceKey) Creates a newReactiveListCommands.BRPopLPushCommandgiven a sourceKey.ReactiveListCommands.BRPopLPushCommand.to(ByteBuffer destinationKey) Applies the destinationKey.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveListCommands.BRPopLPushCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.ByteBufferResponse<ReactiveListCommands.BRPopLPushCommand>>ReactiveListCommands.bRPopLPush(org.reactivestreams.Publisher<ReactiveListCommands.BRPopLPushCommand> 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.BRPopLPushCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.ByteBufferResponse<ReactiveListCommands.BRPopLPushCommand>>ReactiveListCommands.bRPopLPush(org.reactivestreams.Publisher<ReactiveListCommands.BRPopLPushCommand> commands) Remove the last element from list atReactiveRedisConnection.KeyCommand.getKey(), append it togetDestination()and return its value.