Uses of Class
org.springframework.data.redis.connection.ReactiveStringCommands.AppendCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveStringCommands.AppendCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveStringCommands.AppendCommand.append
(ByteBuffer value) Applies the value to append.ReactiveStringCommands.AppendCommand.key
(ByteBuffer key) Creates a newReactiveStringCommands.AppendCommand
given a key.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveStringCommands.AppendCommand,
Long>> ReactiveStringCommands.append
(org.reactivestreams.Publisher<ReactiveStringCommands.AppendCommand> commands) Append agetValue()
to theReactiveRedisConnection.KeyCommand.getKey()
.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveStringCommands.AppendCommand,
Long>> ReactiveStringCommands.append
(org.reactivestreams.Publisher<ReactiveStringCommands.AppendCommand> commands) Append agetValue()
to theReactiveRedisConnection.KeyCommand.getKey()
.