public static class ReactiveRedisConnection.KeyCommand extends Object implements ReactiveRedisConnection.Command
ReactiveRedisConnection.Command
for key-bound operations.Constructor and Description |
---|
KeyCommand(ByteBuffer key)
Creates a new
ReactiveRedisConnection.KeyCommand given a key . |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
getKey() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public KeyCommand(@Nullable ByteBuffer key)
ReactiveRedisConnection.KeyCommand
given a key
.key
- can be null.public ByteBuffer getKey()
getKey
in interface ReactiveRedisConnection.Command
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.