Uses of Class
org.springframework.data.redis.connection.ReactiveZSetCommands.ZLexCountCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveZSetCommands.ZLexCountCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveZSetCommands.ZLexCountCommand.forKey
(ByteBuffer key) Applies the key.ReactiveZSetCommands.ZLexCountCommand.stringsWithin
(org.springframework.data.domain.Range<String> range) Creates a newReactiveZSetCommands.ZLexCountCommand
given aRange
ofString
to retrieve elements count.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZLexCountCommand,
Long>> ReactiveZSetCommands.zLexCount
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZLexCountCommand> commands) Count number of elements within sorted set with value betweenRange#min
andRange#max
applying lexicographical ordering.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZLexCountCommand,
Long>> ReactiveZSetCommands.zLexCount
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZLexCountCommand> commands) Count number of elements within sorted set with value betweenRange#min
andRange#max
applying lexicographical ordering.