Class TOPKLIST

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

public class TOPKLIST extends RespCommand implements Resp3Command
TOPK.LIST key [WITHCOUNT]

Returns full list of items in Top-K filter.

Since:
16.2
See Also: