mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
fix(replication): Restart replication upon receiving FLUSHALL
during full sync (#1347)
Fixes #1231
This commit is contained in:
parent
5471e296d8
commit
5234f77727
3 changed files with 66 additions and 0 deletions
|
@ -46,6 +46,7 @@ enum errc {
|
|||
empty_key = 10,
|
||||
out_of_memory = 11,
|
||||
bad_json_string = 12,
|
||||
unsupported_operation = 13,
|
||||
};
|
||||
|
||||
} // namespace rdb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue