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