Class ReactiveNumberCommands.DecrByCommand<T extends Number>
java.lang.Object
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveNumberCommands.DecrByCommand<T>
- All Implemented Interfaces:
- ReactiveRedisConnection.Command
- Enclosing interface:
- ReactiveNumberCommands
public static class ReactiveNumberCommands.DecrByCommand<T extends Number>
extends ReactiveRedisConnection.KeyCommand
DECRBY command parameters.- Author:
- Christoph Strobl
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionApplies the numeric value.static <T extends Number>
 ReactiveNumberCommands.DecrByCommand<T>decr(ByteBuffer key) Creates a newReactiveNumberCommands.DecrByCommandgiven akey.getValue()Methods inherited from class org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommandgetKeyMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.redis.connection.ReactiveRedisConnection.CommandgetName
- 
Method Details- 
decrCreates a newReactiveNumberCommands.DecrByCommandgiven akey.- Parameters:
- key- must not be null.
- Returns:
- a new ReactiveNumberCommands.DecrByCommandforkey.
 
- 
byApplies the numeric value. Constructs a new command instance with all previously configured properties.- Parameters:
- value- must not be null.
- Returns:
- a new ReactiveNumberCommands.DecrByCommandwith value applied.
 
- 
getValue- Returns:
- can be null.
 
 
-