Implement basic AOF persistence #10

Open
opened 2026-06-28 19:25:53 +02:00 by bitwise · 0 comments
Owner

Basic append only file so data survives restarts

  • Open AOF file on startup in append mode
  • Write each successful write command to the file as RESP
  • On startup replay the AOF file to rebuild store state
  • Implement BGREWRITEAOF to compact the file from current store state
Basic append only file so data survives restarts - [ ] Open AOF file on startup in append mode - [ ] Write each successful write command to the file as RESP - [ ] On startup replay the AOF file to rebuild store state - [ ] Implement BGREWRITEAOF to compact the file from current store state
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
bitwise/Rustdis#10
No description provided.