feat(server): Json rdb support (#674)

This commit is contained in:
Vladislav 2023-01-14 14:53:43 +03:00 committed by GitHub
parent 9de347b66c
commit dd218fa037
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 129 additions and 35 deletions

View file

@ -45,6 +45,7 @@ enum errc {
invalid_encoding = 9,
empty_key = 10,
out_of_memory = 11,
bad_json_string = 12,
};
} // namespace rdb