Class HINCRBYFLOAT

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

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

Increments the value at the field in the hash map stored at key by increment. The command fails if the stored value is not a number.

Since:
15.0
Author:
José Bolina
See Also: