Class BFMEXISTS

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

public class BFMEXISTS extends RespCommand implements Resp3Command
BF.MEXISTS key item [item ...]

Determines whether one or more items were added to a Bloom filter.

Since:
16.2
See Also: