What's new in Valkey 9.0? Discover new features and improvements. Read the announcement.

BF.LOAD

Restores a bloom filter in a single operation. The command is only generated during AOF Rewrite of bloom filters

Usage
BF.LOAD key dump
Complexity
O(N), where N is the capacity
Module
valkey-bloom
Since module version
1.0.0
ACL Categories
@write, @bloom

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.