fix(replication): Restart replication upon receiving FLUSHALL during full sync (#1347)

Fixes #1231
This commit is contained in:
Chaka 2023-06-06 12:26:47 +03:00 committed by GitHub
parent 5471e296d8
commit 5234f77727
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 66 additions and 0 deletions

View file

@ -46,6 +46,7 @@ enum errc {
empty_key = 10,
out_of_memory = 11,
bad_json_string = 12,
unsupported_operation = 13,
};
} // namespace rdb