Uses of Class
org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByLexCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveZSetCommands.ZRangeByLexCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveZSetCommands.ZRangeByLexCommand.from
(ByteBuffer key) Applies the key.Applies theLimit
.ReactiveZSetCommands.ZRangeByLexCommand.reverseStringsWithin
(org.springframework.data.domain.Range<String> range) Creates a newReactiveZSetCommands.ZRangeByLexCommand
given aRange
ofString
to obtain elements in reverse lexicographical ordering.ReactiveZSetCommands.ZRangeByLexCommand.stringsWithin
(org.springframework.data.domain.Range<String> range) Creates a newReactiveZSetCommands.ZRangeByLexCommand
given aRange
ofString
to retrieve elements lexicographical ordering.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZRangeByLexCommand,
reactor.core.publisher.Flux<ByteBuffer>>> ReactiveZSetCommands.zRangeByLex
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRangeByLexCommand> commands) Get all elements inRange
from the sorted set at key in lexicographical ordering.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZRangeByLexCommand,
reactor.core.publisher.Flux<ByteBuffer>>> ReactiveZSetCommands.zRangeByLex
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRangeByLexCommand> commands) Get all elements inRange
from the sorted set at key in lexicographical ordering.