Available in: Redis Stack
Time complexity: O(n), where n is the capacity
Restores a filter previously saved using SCANDUMP
. See the SCANDUMP
command
for example usage.
This command overwrites any cuckoo filter stored under key
. Make sure that
the cuckoo filter is not be modified between invocations.
data
(returned by SCANDUMP
)SCANDUMP
)[] otherwise.
See BF.SCANDUMP for an example.