Uses of Class
org.springframework.data.redis.connection.ReactiveStringCommands.SetRangeCommand
Packages that use ReactiveStringCommands.SetRangeCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveStringCommands.SetRangeCommand in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return ReactiveStringCommands.SetRangeCommandModifier and TypeMethodDescriptionReactiveStringCommands.SetRangeCommand.atPosition
(long index) Applies the index.ReactiveStringCommands.SetRangeCommand.overwrite
(ByteBuffer key) Creates a newReactiveStringCommands.SetRangeCommand
given a key.ReactiveStringCommands.SetRangeCommand.withValue
(ByteBuffer value) Applies the value.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveStringCommands.SetRangeCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveStringCommands.SetRangeCommand,
Long>> ReactiveStringCommands.setRange
(org.reactivestreams.Publisher<ReactiveStringCommands.SetRangeCommand> commands) Overwrite parts ofReactiveRedisConnection.KeyCommand.key
starting at the specified offset with givenvalue
.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveStringCommands.SetRangeCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveStringCommands.SetRangeCommand,
Long>> ReactiveStringCommands.setRange
(org.reactivestreams.Publisher<ReactiveStringCommands.SetRangeCommand> commands) Overwrite parts ofReactiveRedisConnection.KeyCommand.key
starting at the specified offset with givenvalue
.