Creates an empty Bloom Filter with a given desired error ratio and initial capacity. This command is useful if you intend to add many items to a Bloom Filter, otherwise you can just use BF.ADD to add items. It will also create a Bloom Filter for you if one doesn't already exist.