Class TOPKCOUNT

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

public class TOPKCOUNT extends RespCommand implements Resp3Command
TOPK.COUNT key item [item ...]

Returns count for one or more items in a Top-K filter.

Note: This command is deprecated in Redis but still supported.

Since:
16.2
See Also: