public static class ReactiveZSetCommands.ZMScoreCommand extends ReactiveRedisConnection.KeyCommand
ZMSCORE command parameters.| Modifier and Type | Method and Description |
|---|---|
ReactiveZSetCommands.ZMScoreCommand |
forKey(ByteBuffer key)
Applies the key.
|
Collection<ByteBuffer> |
getValues() |
static ReactiveZSetCommands.ZMScoreCommand |
scoreOf(ByteBuffer member)
Creates a new
ReactiveZSetCommands.ZMScoreCommand given a member. |
static ReactiveZSetCommands.ZMScoreCommand |
scoreOf(Collection<ByteBuffer> members)
Creates a new
ReactiveZSetCommands.ZMScoreCommand given a members. |
getKeyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic static ReactiveZSetCommands.ZMScoreCommand scoreOf(ByteBuffer member)
ReactiveZSetCommands.ZMScoreCommand given a member.member - must not be null.ReactiveZSetCommands.ZMScoreCommand for ByteBuffer.public static ReactiveZSetCommands.ZMScoreCommand scoreOf(Collection<ByteBuffer> members)
ReactiveZSetCommands.ZMScoreCommand given a members.members - must not be null.ReactiveZSetCommands.ZMScoreCommand for List of members.public ReactiveZSetCommands.ZMScoreCommand forKey(ByteBuffer key)
key - must not be null.ReactiveZSetCommands.ZMScoreCommand with key applied.public Collection<ByteBuffer> getValues()
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.