public static class ReactiveSetCommands.SIsMemberCommand extends ReactiveRedisConnection.KeyCommand
SISMEMBER
command parameters.Modifier and Type | Method and Description |
---|---|
ByteBuffer |
getValue() |
ReactiveSetCommands.SIsMemberCommand |
of(ByteBuffer set)
Applies the set key.
|
static ReactiveSetCommands.SIsMemberCommand |
value(ByteBuffer value)
Creates a new
ReactiveSetCommands.SIsMemberCommand given a value. |
getKey
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static ReactiveSetCommands.SIsMemberCommand value(ByteBuffer value)
ReactiveSetCommands.SIsMemberCommand
given a value.value
- must not be null.ReactiveSetCommands.SIsMemberCommand
for a value.public ReactiveSetCommands.SIsMemberCommand of(ByteBuffer set)
set
- must not be null.ReactiveSetCommands.SIsMemberCommand
with set applied.public ByteBuffer getValue()
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.