Class ReactiveNumberCommands.HIncrByCommand<T extends Number>

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

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