Class CFEXISTS

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

public class CFEXISTS extends RespCommand implements Resp3Command
CF.EXISTS key item

Determines whether an item was added to a Cuckoo filter.

Since:
16.2
See Also: