| Package | Description |
|---|---|
| org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ReactiveListCommands.BLMoveCommand
BLMOVE command parameters. |
| Modifier and Type | Method and Description |
|---|---|
static ReactiveListCommands.LMoveCommand |
ReactiveListCommands.LMoveCommand.from(ByteBuffer sourceKey,
ReactiveListCommands.Direction sourceDirection)
Creates a new
ReactiveListCommands.LMoveCommand given a sourceKey. |
ReactiveListCommands.LMoveCommand |
ReactiveListCommands.LMoveCommand.to(ByteBuffer destinationKey,
ReactiveListCommands.Direction direction)
Applies the
destinationKey. |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.ByteBufferResponse<ReactiveListCommands.LMoveCommand>> |
ReactiveListCommands.lMove(org.reactivestreams.Publisher<? extends ReactiveListCommands.LMoveCommand> commands)
Atomically returns and removes the first/last element (head/tail depending on the
from argument) of the
list stored at sourceKey, and pushes the element at the first/last element (head/tail depending on the
to argument) of the list stored at destinationKey. |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.ByteBufferResponse<ReactiveListCommands.LMoveCommand>> |
ReactiveListCommands.lMove(org.reactivestreams.Publisher<? extends ReactiveListCommands.LMoveCommand> commands)
Atomically returns and removes the first/last element (head/tail depending on the
from argument) of the
list stored at sourceKey, and pushes the element at the first/last element (head/tail depending on the
to argument) of the list stored at destinationKey. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.