Class CFINSERT

java.lang.Object
org.infinispan.server.resp.RespCommand
org.infinispan.server.resp.commands.cuckoo.CFINSERT
All Implemented Interfaces:
BaseResp3Command, Resp3Command
Direct Known Subclasses:
CFINSERTNX

public class CFINSERT extends RespCommand implements Resp3Command
CF.INSERT key [CAPACITY capacity] [NOCREATE] ITEMS item [item ...]

Adds one or more items to a Cuckoo filter, creating it if needed.

Since:
16.2
See Also: