Class CFADD

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

public class CFADD extends RespCommand implements Resp3Command
CF.ADD key item

Adds an item to a Cuckoo filter. Creates the filter if it doesn't exist. Allows adding the same item multiple times.

Since:
16.2
See Also: