mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 02:15:45 +02:00
feat(server): Json rdb support (#674)
This commit is contained in:
parent
9de347b66c
commit
dd218fa037
9 changed files with 129 additions and 35 deletions
|
@ -45,6 +45,7 @@ enum errc {
|
|||
invalid_encoding = 9,
|
||||
empty_key = 10,
|
||||
out_of_memory = 11,
|
||||
bad_json_string = 12,
|
||||
};
|
||||
|
||||
} // namespace rdb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue