Uses of Class
org.springframework.data.redis.connection.ReactiveZSetCommands.ZCountCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveZSetCommands.ZCountCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveZSetCommands.ZCountCommand.forKey
(ByteBuffer key) Applies the key.ReactiveZSetCommands.ZCountCommand.scoresWithin
(org.springframework.data.domain.Range<Double> range) Creates a newReactiveZSetCommands.ZCountCommand
given aRange
.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZCountCommand,
Long>> ReactiveZSetCommands.zCount
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZCountCommand> commands) Count number of elements within sorted set with scores withinRange
.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZCountCommand,
Long>> ReactiveZSetCommands.zCount
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZCountCommand> commands) Count number of elements within sorted set with scores withinRange
.