Release v0.2.0
Release v0.2.0: Persistence Enhancements
Overview
This release introduces robust persistence mechanisms, ensuring data durability and reliable state recovery.
Features
-
RDB Snapshots:
- Periodic saving of the entire dataset to a snapshot file.
- Ability to load the dataset from a snapshot on startup.
-
AOF Logging:
- Append-Only File (AOF) logging for all write operations.
- Replay AOF logs on startup to restore the server state.
Improvements
- Enhanced Testing:
- Comprehensive tests for snapshot saving, loading, and AOF recovery.
Notes
- These changes significantly improve data durability and reliability.
- Feedback and contributions are welcome! Feel free to open issues or submit pull requests to help improve the project.
Thank you for supporting our project. Stay tuned for more updates!
Full Changelog: v0.1.0...v0.2.0