Uses of Class
org.springframework.data.redis.connection.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
Modifier 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.Modifier 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
.Modifier 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
.