Class BFRESERVE

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

public class BFRESERVE extends RespCommand implements Resp3Command
BF.RESERVE key error_rate capacity [EXPANSION expansion] [NONSCALING]

Creates an empty Bloom filter with a single sub-filter for the initial specified capacity and with an upper bound error_rate.

Since:
16.2
See Also: