Uses of Class
org.springframework.data.redis.connection.ReactiveSetCommands.SRemCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveSetCommands.SRemCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveSetCommands.SRemCommand.from
(ByteBuffer key) Applies the key.ReactiveSetCommands.SRemCommand.value
(ByteBuffer value) Creates a newReactiveSetCommands.SRemCommand
given a value.ReactiveSetCommands.SRemCommand.values
(Collection<ByteBuffer> values) Creates a newReactiveSetCommands.SRemCommand
given aCollection
of values.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveSetCommands.SRemCommand,
Long>> ReactiveSetCommands.sRem
(org.reactivestreams.Publisher<ReactiveSetCommands.SRemCommand> commands) Remove givengetValues()
from set atReactiveRedisConnection.KeyCommand.getKey()
.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveSetCommands.SRemCommand,
Long>> ReactiveSetCommands.sRem
(org.reactivestreams.Publisher<ReactiveSetCommands.SRemCommand> commands) Remove givengetValues()
from set atReactiveRedisConnection.KeyCommand.getKey()
.