Class CMSINCRBY

java.lang.Object
org.infinispan.server.resp.RespCommand
org.infinispan.server.resp.commands.countmin.CMSINCRBY
All Implemented Interfaces:
BaseResp3Command, Resp3Command

public class CMSINCRBY extends RespCommand implements Resp3Command
CMS.INCRBY key item increment [item increment ...]

Increases the count of one or more items by increment.

Since:
16.2
See Also: