Uses of Class
org.springframework.data.redis.connection.ReactiveZSetCommands.BZPopCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveZSetCommands.BZPopCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveZSetCommands.BZPopCommand.blockingFor
(long timeout, TimeUnit timeUnit) Applies atimeout
.ReactiveZSetCommands.BZPopCommand.blockingFor
(Duration timeout) Applies atimeout
.ReactiveZSetCommands.BZPopCommand.count
(long count) Applies the key.ReactiveZSetCommands.BZPopCommand.from
(ByteBuffer key) Applies the key.ReactiveZSetCommands.BZPopCommand.max()
Creates a newReactiveZSetCommands.BZPopCommand
for max pop (ZPOPMAX).ReactiveZSetCommands.BZPopCommand.min()
Creates a newReactiveZSetCommands.BZPopCommand
for min pop (ZPOPMIN).Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.BZPopCommand,
reactor.core.publisher.Flux<Tuple>>> ReactiveZSetCommands.bZPop
(org.reactivestreams.Publisher<ReactiveZSetCommands.BZPopCommand> commands) Remove and return elements from sorted set atkeyCommand#getKey()
.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.BZPopCommand,
reactor.core.publisher.Flux<Tuple>>> ReactiveZSetCommands.bZPop
(org.reactivestreams.Publisher<ReactiveZSetCommands.BZPopCommand> commands) Remove and return elements from sorted set atkeyCommand#getKey()
.