| 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 |
|---|---|
static ReactiveListCommands.RPopLPushCommand |
ReactiveListCommands.RPopLPushCommand.from(ByteBuffer sourceKey)
Creates a new
ReactiveListCommands.RPopLPushCommand given a sourceKey. |
ReactiveListCommands.RPopLPushCommand |
ReactiveListCommands.RPopLPushCommand.to(ByteBuffer destinationKey)
Applies the destinationKey.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.ByteBufferResponse<ReactiveListCommands.RPopLPushCommand>> |
ReactiveListCommands.rPopLPush(org.reactivestreams.Publisher<ReactiveListCommands.RPopLPushCommand> 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.RPopLPushCommand>> |
ReactiveListCommands.rPopLPush(org.reactivestreams.Publisher<ReactiveListCommands.RPopLPushCommand> 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.