public static class ReactiveNumberCommands.DecrByCommand<T extends Number> extends ReactiveRedisConnection.KeyCommand
DECRBY
command parameters.Modifier and Type | Method and Description |
---|---|
ReactiveNumberCommands.DecrByCommand<T> |
by(T value)
Applies the numeric value.
|
static <T extends Number> |
decr(ByteBuffer key)
Creates a new
ReactiveNumberCommands.DecrByCommand given a key . |
T |
getValue() |
getKey
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static <T extends Number> ReactiveNumberCommands.DecrByCommand<T> decr(ByteBuffer key)
ReactiveNumberCommands.DecrByCommand
given a key
.key
- must not be null.ReactiveNumberCommands.DecrByCommand
for key
.public ReactiveNumberCommands.DecrByCommand<T> by(T value)
value
- must not be null.ReactiveNumberCommands.DecrByCommand
with value applied.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.