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