dragonfly
dragonfly copied to clipboard
feat(server): Multi rdb load
Migrating replication branch on main, part 1
Implementation taken from MVP #352
- Add dedicated summary file to multi file snapshots
- Support loading multi file snapshots
- Introduce AggregateValue
- Refactor snapshot loading function to be a bit cleaner and easier to understand
- Add pytests for snapshots
I suppose there should be advanced tests in snapshot_test.py for both regular save and df save, right?