Uses of Class
org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeStoreCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveZSetCommands.ZRangeStoreCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveZSetCommands.ZRangeStoreCommand.from
(ByteBuffer key) Applies the key.Applies the limit.ReactiveZSetCommands.ZRangeStoreCommand.reverseScoreWithin
(org.springframework.data.domain.Range<Double> range) Creates a newReactiveZSetCommands.ZRangeStoreCommand
given aRange
to obtain elements ordered from the highest to the lowest score.ReactiveZSetCommands.ZRangeStoreCommand.reverseValueWithin
(org.springframework.data.domain.Range<String> range) Creates a newReactiveZSetCommands.ZRangeStoreCommand
given aRange
to obtain elements ordered from the highest to the lowest lexicographical value.ReactiveZSetCommands.ZRangeStoreCommand.scoreWithin
(org.springframework.data.domain.Range<Double> range) Creates a newReactiveZSetCommands.ZRangeStoreCommand
given aRange
to obtain elements ordered from the lowest to the highest score.ReactiveZSetCommands.ZRangeStoreCommand.to
(ByteBuffer key) Applies the key.ReactiveZSetCommands.ZRangeStoreCommand.valueWithin
(org.springframework.data.domain.Range<String> range) Creates a newReactiveZSetCommands.ZRangeStoreCommand
given aRange
to obtain elements ordered from the lowest to the highest lexicographical value.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZRangeStoreCommand,
reactor.core.publisher.Mono<Long>>> ReactiveZSetCommands.zRangeStore
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRangeStoreCommand> commands) Get set ofTuple
s in range from sorted set.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZRangeStoreCommand,
reactor.core.publisher.Mono<Long>>> ReactiveZSetCommands.zRangeStore
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRangeStoreCommand> commands) Get set ofTuple
s in range from sorted set.