Class CFCOUNT

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

public class CFCOUNT extends RespCommand implements Resp3Command
CF.COUNT key item

Returns an estimation of the number of times an item was added to a Cuckoo filter.

Since:
16.2
See Also: