Class ReactiveNumberCommands.IncrByCommand<T extends Number>

java.lang.Object
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveNumberCommands.IncrByCommand<T>
All Implemented Interfaces:
ReactiveRedisConnection.Command
Enclosing interface:
ReactiveNumberCommands

public static class ReactiveNumberCommands.IncrByCommand<T extends Number> extends ReactiveRedisConnection.KeyCommand
INCRBY command parameters.
Author:
Christoph Strobl
See Also: