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