BF.LOADCHUNK key iterator data
@bloom
,
@write
,
@slow
,
Restores a Bloom filter previously saved using BF.SCANDUMP
.
See the BF.SCANDUMP
command for example usage.
key
.key
is key name for a Bloom filter to restore.
iterator
Iterator value associated with data
(returned by BF.SCANDUMP
)
data
Current data chunk (returned by BF.SCANDUMP
)
See BF.SCANDUMP
for an example.
One of the following:
OK
if executed correctly.