Uses of Class
org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveZSetCommands.ZRemCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveZSetCommands.ZRemCommand.from
(ByteBuffer key) Applies the key.ReactiveZSetCommands.ZRemCommand.values
(ByteBuffer value) Creates a newReactiveZSetCommands.ZRemCommand
given aTuple
.ReactiveZSetCommands.ZRemCommand.values
(Collection<ByteBuffer> values) Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZRemCommand,
Long>> ReactiveZSetCommands.zRem
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRemCommand> commands) RemovegetValues()
from sorted set.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZRemCommand,
Long>> ReactiveZSetCommands.zRem
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRemCommand> commands) RemovegetValues()
from sorted set.