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