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