| 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.BPopCommand |
ReactiveListCommands.BPopCommand.blockingFor(Duration timeout)
Applies a
timeout. |
ReactiveListCommands.BPopCommand |
ReactiveListCommands.BPopCommand.from(List<ByteBuffer> keys)
Applies the value.
|
static ReactiveListCommands.BPopCommand |
ReactiveListCommands.BPopCommand.left()
Creates a new
ReactiveListCommands.BPopCommand for right push (BLPOP). |
static ReactiveListCommands.BPopCommand |
ReactiveListCommands.BPopCommand.right()
Creates a new
ReactiveListCommands.BPopCommand for right push (BRPOP). |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<ReactiveListCommands.PopResponse> |
ReactiveListCommands.bPop(org.reactivestreams.Publisher<ReactiveListCommands.BPopCommand> commands)
Removes and returns the top
getDirection() element from lists stored at
getKeys(). |
| Constructor and Description |
|---|
PopResponse(ReactiveListCommands.BPopCommand input,
ReactiveListCommands.PopResult output) |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.