Class TOPKINCRBY

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

public class TOPKINCRBY extends RespCommand implements Resp3Command
TOPK.INCRBY key item increment [item increment ...]

Increases the count of one or more items by increment.

Since:
16.2
See Also: