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 |
---|---|
ReactiveZSetCommands.BZPopCommand |
ReactiveZSetCommands.BZPopCommand.blockingFor(Duration timeout)
Applies a
timeout . |
ReactiveZSetCommands.BZPopCommand |
ReactiveZSetCommands.BZPopCommand.blockingFor(long timeout,
TimeUnit timeUnit)
Applies a
timeout . |
ReactiveZSetCommands.BZPopCommand |
ReactiveZSetCommands.BZPopCommand.count(long count)
Applies the key.
|
ReactiveZSetCommands.BZPopCommand |
ReactiveZSetCommands.BZPopCommand.from(ByteBuffer key)
Applies the key.
|
static ReactiveZSetCommands.BZPopCommand |
ReactiveZSetCommands.BZPopCommand.max()
Creates a new
ReactiveZSetCommands.BZPopCommand for max pop (ZPOPMAX). |
static ReactiveZSetCommands.BZPopCommand |
ReactiveZSetCommands.BZPopCommand.min()
Creates a new
ReactiveZSetCommands.BZPopCommand for min pop (ZPOPMIN). |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.BZPopCommand,reactor.core.publisher.Flux<RedisZSetCommands.Tuple>>> |
ReactiveZSetCommands.bZPop(org.reactivestreams.Publisher<ReactiveZSetCommands.BZPopCommand> commands)
Remove and return elements from sorted set at
keyCommand#getKey() . |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.BZPopCommand,reactor.core.publisher.Flux<RedisZSetCommands.Tuple>>> |
ReactiveZSetCommands.bZPop(org.reactivestreams.Publisher<ReactiveZSetCommands.BZPopCommand> commands)
Remove and return elements from sorted set at
keyCommand#getKey() . |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.