public static class ReactiveZSetCommands.ZScoreCommand extends ReactiveRedisConnection.KeyCommand
ZSCORE command parameters.| Modifier and Type | Method and Description |
|---|---|
ReactiveZSetCommands.ZScoreCommand |
forKey(ByteBuffer key)
Applies the key.
|
ByteBuffer |
getValue() |
static ReactiveZSetCommands.ZScoreCommand |
scoreOf(ByteBuffer member)
Creates a new
ReactiveZSetCommands.ZScoreCommand given a member. |
getKeyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic static ReactiveZSetCommands.ZScoreCommand scoreOf(ByteBuffer member)
ReactiveZSetCommands.ZScoreCommand given a member.member - must not be null.ReactiveZSetCommands.ZScoreCommand for Range.public ReactiveZSetCommands.ZScoreCommand forKey(ByteBuffer key)
key - must not be null.ReactiveZSetCommands.ZScoreCommand with key applied.public ByteBuffer getValue()
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.