public static class ReactiveZSetCommands.ZIncrByCommand extends ReactiveRedisConnection.KeyCommand
ZINCRBY
command parameters.Modifier and Type | Method and Description |
---|---|
ReactiveZSetCommands.ZIncrByCommand |
by(Number increment)
Applies the numeric increment.
|
Number |
getIncrement() |
ByteBuffer |
getValue() |
static ReactiveZSetCommands.ZIncrByCommand |
scoreOf(ByteBuffer member)
Creates a new
ReactiveZSetCommands.ZIncrByCommand given a member . |
ReactiveZSetCommands.ZIncrByCommand |
storedWithin(ByteBuffer key)
Applies the key.
|
getKey
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static ReactiveZSetCommands.ZIncrByCommand scoreOf(ByteBuffer member)
ReactiveZSetCommands.ZIncrByCommand
given a member
.member
- must not be null.ReactiveZSetCommands.ZAddCommand
for RedisZSetCommands.Tuple
.public ReactiveZSetCommands.ZIncrByCommand by(Number increment)
increment
- must not be null.ReactiveZSetCommands.ZIncrByCommand
with increment applied.public ReactiveZSetCommands.ZIncrByCommand storedWithin(ByteBuffer key)
key
- must not be null.ReactiveZSetCommands.ZIncrByCommand
with key applied.public ByteBuffer getValue()
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.