Uses of Class
org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByRankCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveZSetCommands.ZRemRangeByRankCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveZSetCommands.ZRemRangeByRankCommand.from
(ByteBuffer key) Applies the key.ReactiveZSetCommands.ZRemRangeByRankCommand.valuesWithin
(org.springframework.data.domain.Range<Long> range) Creates a newReactiveZSetCommands.ZRemRangeByRankCommand
given aRange
.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZRemRangeByRankCommand,
Long>> ReactiveZSetCommands.zRemRangeByRank
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRemRangeByRankCommand> commands) Remove elements inRange
from sorted set withReactiveRedisConnection.KeyCommand.getKey()
.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZRemRangeByRankCommand,
Long>> ReactiveZSetCommands.zRemRangeByRank
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRemRangeByRankCommand> commands) Remove elements inRange
from sorted set withReactiveRedisConnection.KeyCommand.getKey()
.