java.lang.Object
org.infinispan.server.resp.RespCommand
org.infinispan.server.resp.commands.hash.HINCRBY
All Implemented Interfaces:
Resp3Command

public class HINCRBY extends RespCommand implements Resp3Command
`HINCRBY key field increment` command.

Increments the long value at the field in the hash map stored at key by increment. The command returns an error if the stored value is not a numeric long.

Since:
15.0
Author:
José Bolina
See Also: