- Usage:
-
BF.LOAD key dump
- Complexity:
- O(N), where N is the capacity
- Module:
- valkey-bloom
- Since module version:
- 1.0.0
Restores a bloom filter from a dump of an existing bloom filter with all of its specific the properties and bit vector dump of sub filter/s. This command is only generated during AOF rewrite to restore a bloom filter in the future.