Uses of Class
org.springframework.data.redis.connection.ReactiveZSetCommands.ZRandMemberCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveZSetCommands.ZRandMemberCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveZSetCommands.ZRandMemberCommand.from
(ByteBuffer key) Applies the key.ReactiveZSetCommands.ZRandMemberCommand.singleValue()
Creates a newReactiveZSetCommands.ZRandMemberCommand
to retrieve one random member.ReactiveZSetCommands.ZRandMemberCommand.valueCount
(long nrValuesToRetrieve) Creates a newReactiveZSetCommands.ZRandMemberCommand
given the number of values to retrieve.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZRandMemberCommand,
reactor.core.publisher.Flux<ByteBuffer>>> ReactiveZSetCommands.zRandMember
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRandMemberCommand> commands) Get random elements from sorted set atkey
.reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZRandMemberCommand,
reactor.core.publisher.Flux<Tuple>>> ReactiveZSetCommands.zRandMemberWithScore
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRandMemberCommand> commands) Get random elements from sorted set atkey
.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZRandMemberCommand,
reactor.core.publisher.Flux<ByteBuffer>>> ReactiveZSetCommands.zRandMember
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRandMemberCommand> commands) Get random elements from sorted set atkey
.reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZRandMemberCommand,
reactor.core.publisher.Flux<Tuple>>> ReactiveZSetCommands.zRandMemberWithScore
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRandMemberCommand> commands) Get random elements from sorted set atkey
.