Class BFINSERT

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

public class BFINSERT extends RespCommand implements Resp3Command
BF.INSERT key [CAPACITY capacity] [ERROR error] [EXPANSION expansion] [NOCREATE] [NONSCALING] ITEMS item [item ...]

Creates a new Bloom filter if the key does not exist using the specified parameters, then adds items.

Since:
16.2
See Also: