Uses of Class
org.springframework.data.redis.connection.ReactiveZSetCommands.ZCountCommand
Packages that use 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
Methods in org.springframework.data.redis.connection that return ReactiveZSetCommands.ZCountCommandModifier and TypeMethodDescriptionReactiveZSetCommands.ZCountCommand.forKey
(ByteBuffer key) Applies the key.ReactiveZSetCommands.ZCountCommand.scoresWithin
(Range<Double> range) Creates a newReactiveZSetCommands.ZCountCommand
given aRange
.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveZSetCommands.ZCountCommandModifier 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
.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveZSetCommands.ZCountCommandModifier 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
.