Damanchen

Results 5 comments of Damanchen

Thanks for your promptly reply. When redis server is running, 'dump' and 'restore' command can do this; But, if I want to restore data from an RDB file to a...

I want to restore RDB file to a **remote** Redis server, not local server, so can't just use RDB file to load. I would like to know if there is...

Do I have to modify the source code to implement this feature? Any better suggestions?

@ashtul Thanks for your reply. When the Redis server is running, `BF.SCANDUMP` and `BF.LOADCHUNK ` can save the filter, transport it and load it into another server. But, when I...