Uses of Class
org.springframework.data.redis.connection.ReactiveStringCommands.AppendCommand
Packages that use 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
Methods in org.springframework.data.redis.connection that return ReactiveStringCommands.AppendCommandModifier and TypeMethodDescriptionReactiveStringCommands.AppendCommand.append
(ByteBuffer value) Applies the value to append.ReactiveStringCommands.AppendCommand.key
(ByteBuffer key) Creates a newReactiveStringCommands.AppendCommand
given a key.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveStringCommands.AppendCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveStringCommands.AppendCommand,
Long>> ReactiveStringCommands.append
(org.reactivestreams.Publisher<ReactiveStringCommands.AppendCommand> commands) Append agetValue()
to theReactiveRedisConnection.KeyCommand.getKey()
.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveStringCommands.AppendCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveStringCommands.AppendCommand,
Long>> ReactiveStringCommands.append
(org.reactivestreams.Publisher<ReactiveStringCommands.AppendCommand> commands) Append agetValue()
to theReactiveRedisConnection.KeyCommand.getKey()
.