| Package | Description |
|---|---|
| org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
|
| Modifier and Type | Method and Description |
|---|---|
static ReactiveKeyCommands.RenameCommand |
ReactiveKeyCommands.RenameCommand.key(ByteBuffer key)
Creates a new
ReactiveKeyCommands.RenameCommand given a key. |
ReactiveKeyCommands.RenameCommand |
ReactiveKeyCommands.RenameCommand.to(ByteBuffer newKey)
Applies the newKey.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveKeyCommands.RenameCommand>> |
ReactiveKeyCommands.rename(org.reactivestreams.Publisher<ReactiveKeyCommands.RenameCommand> command)
Rename key oldKey to newKey.
|
reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveKeyCommands.RenameCommand>> |
ReactiveKeyCommands.renameNX(org.reactivestreams.Publisher<ReactiveKeyCommands.RenameCommand> command)
Rename key oldKey to newKey only if newKey does not exist.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveKeyCommands.RenameCommand>> |
ReactiveKeyCommands.rename(org.reactivestreams.Publisher<ReactiveKeyCommands.RenameCommand> command)
Rename key oldKey to newKey.
|
reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveKeyCommands.RenameCommand>> |
ReactiveKeyCommands.renameNX(org.reactivestreams.Publisher<ReactiveKeyCommands.RenameCommand> command)
Rename key oldKey to newKey only if newKey does not exist.
|
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.