| Package | Description |
|---|---|
| org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
|
| Modifier and Type | Method and Description |
|---|---|
ReactiveListCommands.BRPopLPushCommand |
ReactiveListCommands.BRPopLPushCommand.blockingFor(Duration timeout)
Applies a
timeout. |
static ReactiveListCommands.BRPopLPushCommand |
ReactiveListCommands.BRPopLPushCommand.from(ByteBuffer sourceKey)
Creates a new
ReactiveListCommands.BRPopLPushCommand given a sourceKey. |
ReactiveListCommands.BRPopLPushCommand |
ReactiveListCommands.BRPopLPushCommand.to(ByteBuffer destinationKey)
Applies the destinationKey.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.ByteBufferResponse<ReactiveListCommands.BRPopLPushCommand>> |
ReactiveListCommands.bRPopLPush(org.reactivestreams.Publisher<ReactiveListCommands.BRPopLPushCommand> commands)
Remove the last element from list at
ReactiveRedisConnection.KeyCommand.getKey(), append it to
getDestination() and return its value. |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.ByteBufferResponse<ReactiveListCommands.BRPopLPushCommand>> |
ReactiveListCommands.bRPopLPush(org.reactivestreams.Publisher<ReactiveListCommands.BRPopLPushCommand> commands)
Remove the last element from list at
ReactiveRedisConnection.KeyCommand.getKey(), append it to
getDestination() and return its value. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.