Package | Description |
---|---|
org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with
the various Redis 'drivers'/libraries.
|
org.springframework.data.redis.connection.lettuce |
Connection package for Lettuce Redis client.
|
Modifier and Type | Method and Description |
---|---|
ReactiveStringCommands.SetRangeCommand |
ReactiveStringCommands.SetRangeCommand.atPosition(long index)
Applies the index.
|
static ReactiveStringCommands.SetRangeCommand |
ReactiveStringCommands.SetRangeCommand.overwrite(ByteBuffer key)
Creates a new
ReactiveStringCommands.SetRangeCommand given a key. |
ReactiveStringCommands.SetRangeCommand |
ReactiveStringCommands.SetRangeCommand.withValue(ByteBuffer value)
Applies the value.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveStringCommands.SetRangeCommand,Long>> |
ReactiveStringCommands.setRange(org.reactivestreams.Publisher<ReactiveStringCommands.SetRangeCommand> commands)
Overwrite parts of
ReactiveRedisConnection.KeyCommand.key starting at the specified offset with given
value . |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveStringCommands.SetRangeCommand,Long>> |
ReactiveStringCommands.setRange(org.reactivestreams.Publisher<ReactiveStringCommands.SetRangeCommand> commands)
Overwrite parts of
ReactiveRedisConnection.KeyCommand.key starting at the specified offset with given
value . |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveStringCommands.SetRangeCommand,Long>> |
LettuceReactiveStringCommands.setRange(org.reactivestreams.Publisher<ReactiveStringCommands.SetRangeCommand> commands) |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveStringCommands.SetRangeCommand,Long>> |
LettuceReactiveStringCommands.setRange(org.reactivestreams.Publisher<ReactiveStringCommands.SetRangeCommand> commands) |
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.