Class BFMADD

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

public class BFMADD extends RespCommand implements Resp3Command
BF.MADD key item [item ...]

Adds one or more items to a Bloom filter. Creates the filter if it doesn't exist.

Since:
16.2
See Also: