public static class ReactiveStreamCommands.DeleteCommand extends ReactiveRedisConnection.KeyCommand
XDEL
command parameters.Modifier and Type | Method and Description |
---|---|
List<RecordId> |
getRecordIds() |
ReactiveStreamCommands.DeleteCommand |
records(RecordId... recordIds)
Applies the recordIds.
|
ReactiveStreamCommands.DeleteCommand |
records(String... recordIds)
Applies the recordIds.
|
static ReactiveStreamCommands.DeleteCommand |
stream(ByteBuffer key)
Creates a new
ReactiveStreamCommands.DeleteCommand given a key . |
getKey
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static ReactiveStreamCommands.DeleteCommand stream(ByteBuffer key)
ReactiveStreamCommands.DeleteCommand
given a key
.key
- must not be null.ReactiveStreamCommands.DeleteCommand
for key
.public ReactiveStreamCommands.DeleteCommand records(String... recordIds)
recordIds
- must not be null.ReactiveStreamCommands.DeleteCommand
with recordIds applied.public ReactiveStreamCommands.DeleteCommand records(RecordId... recordIds)
recordIds
- must not be null.ReactiveStreamCommands.DeleteCommand
with recordIds applied.Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.