pmem / kvdk

Key Value Development Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[NEW] Need to support snapshot dump/restore as the RDB dump in Redis.

chencheng1560 opened this issue · comments

The problem/use-case that the feature addresses

There are a series of Redis commands, such as DUMP and RESTORE, which are used to dump the database as a snapshot and restore it somewhere. We hope such functions can be supported by KVDK.

Implemented #274 , kvdk can be backup to / restore from a log file, the behavior is similar to RDB dump in Redis