Uses of Class
org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveZSetCommands.ZRangeCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveZSetCommands.ZRangeCommand.from
(ByteBuffer key) Applies the key.ReactiveZSetCommands.ZRangeCommand.reverseValuesWithin
(org.springframework.data.domain.Range<Long> range) Creates a newReactiveZSetCommands.ZRangeCommand
given aRange
to obtain elements ordered from the highest to the lowest score.ReactiveZSetCommands.ZRangeCommand.valuesWithin
(org.springframework.data.domain.Range<Long> range) Creates a newReactiveZSetCommands.ZRangeCommand
given aRange
to obtain elements ordered from the lowest to the highest score.ReactiveZSetCommands.ZRangeCommand.withScores()
Return the score along with each returned element.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZRangeCommand,
reactor.core.publisher.Flux<Tuple>>> ReactiveZSetCommands.zRange
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRangeCommand> commands) Get set ofTuple
s in range from sorted set.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZRangeCommand,
reactor.core.publisher.Flux<Tuple>>> ReactiveZSetCommands.zRange
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRangeCommand> commands) Get set ofTuple
s in range from sorted set.