Uses of Class
org.springframework.data.redis.connection.ReactiveZSetCommands.ZPopCommand
Packages that use ReactiveZSetCommands.ZPopCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveZSetCommands.ZPopCommand in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return ReactiveZSetCommands.ZPopCommandModifier and TypeMethodDescriptionReactiveZSetCommands.ZPopCommand.count
(long count) Applies the key.ReactiveZSetCommands.ZPopCommand.from
(ByteBuffer key) Applies the key.ReactiveZSetCommands.ZPopCommand.max()
Creates a newReactiveZSetCommands.ZPopCommand
for max pop (ZPOPMAX).ReactiveZSetCommands.ZPopCommand.min()
Creates a newReactiveZSetCommands.ZPopCommand
for min pop (ZPOPMIN).Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveZSetCommands.ZPopCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZPopCommand,
reactor.core.publisher.Flux<Tuple>>> ReactiveZSetCommands.zPop
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZPopCommand> commands) Remove and return elements from sorted set atkeyCommand#getKey()
.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveZSetCommands.ZPopCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZPopCommand,
reactor.core.publisher.Flux<Tuple>>> ReactiveZSetCommands.zPop
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZPopCommand> commands) Remove and return elements from sorted set atkeyCommand#getKey()
.