Class BFEXISTS

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

public class BFEXISTS extends RespCommand implements Resp3Command
BF.EXISTS key item

Determines whether a given item was added to a Bloom filter.

Since:
16.2
See Also: