Uses of Class
org.springframework.data.redis.connection.ReactiveZSetCommands.ZRankCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveZSetCommands.ZRankCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveZSetCommands.ZRankCommand.indexOf
(ByteBuffer member) Creates a newReactiveZSetCommands.ZRankCommand
given amember
to obtain its rank (ordering low to high).ReactiveZSetCommands.ZRankCommand.reverseIndexOf
(ByteBuffer member) Creates a newReactiveZSetCommands.ZIncrByCommand
given amember
to obtain its reversed rank (ordering high to low).ReactiveZSetCommands.ZRankCommand.storedWithin
(ByteBuffer key) Applies the key.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZRankCommand,
Long>> ReactiveZSetCommands.zRank
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRankCommand> commands) Determine the index of element with value in a sorted set when scored bygetDirection()
.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZRankCommand,
Long>> ReactiveZSetCommands.zRank
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRankCommand> commands) Determine the index of element with value in a sorted set when scored bygetDirection()
.