| 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.PopCommand |
ReactiveListCommands.PopCommand.from(ByteBuffer key)
Applies the key.
|
static ReactiveListCommands.PopCommand |
ReactiveListCommands.PopCommand.left()
Creates a new
ReactiveListCommands.PopCommand for right push (LPOP). |
static ReactiveListCommands.PopCommand |
ReactiveListCommands.PopCommand.right()
Creates a new
ReactiveListCommands.PopCommand for right push (RPOP). |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.ByteBufferResponse<ReactiveListCommands.PopCommand>> |
ReactiveListCommands.pop(org.reactivestreams.Publisher<ReactiveListCommands.PopCommand> commands)
Removes and returns last element in list stored at
ReactiveRedisConnection.KeyCommand.getKey() |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.ByteBufferResponse<ReactiveListCommands.PopCommand>> |
ReactiveListCommands.pop(org.reactivestreams.Publisher<ReactiveListCommands.PopCommand> commands)
Removes and returns last element in list stored at
ReactiveRedisConnection.KeyCommand.getKey() |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.