public static class ReactiveRedisConnection.KeyScanCommand extends ReactiveRedisConnection.KeyCommand
Modifier and Type | Method and Description |
---|---|
ScanOptions |
getOptions()
Get the
ScanOptions to apply. |
static ReactiveRedisConnection.KeyScanCommand |
key(ByteBuffer key)
Creates a new
ReactiveRedisConnection.KeyScanCommand given a key . |
ReactiveRedisConnection.KeyScanCommand |
withOptions(ScanOptions options)
Applies
ScanOptions . |
getKey
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static ReactiveRedisConnection.KeyScanCommand key(ByteBuffer key)
ReactiveRedisConnection.KeyScanCommand
given a key
.key
- must not be null.ReactiveRedisConnection.KeyScanCommand
for key
.public ReactiveRedisConnection.KeyScanCommand withOptions(ScanOptions options)
ScanOptions
. Constructs a new command instance with all previously configured properties.options
- must not be null.ReactiveRedisConnection.KeyScanCommand
with ScanOptions
applied.public ScanOptions getOptions()
ScanOptions
to apply.Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.