Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
phaethix
/
ferrum-kv
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat(persistence): implement F-04 BGREWRITEAOF with delta-buffered atomic swap
- #43
#43
Merged
phaethix
merged 9 commits into
master
phaethix/ferrum-kv:master
from
feat/aof-rewrite
phaethix/ferrum-kv:feat/aof-rewrite
Copy head branch name to clipboard
Jul 21, 2026
Conversation
Commits
9
(9)
Checks
Files changed
Merged
feat(persistence): implement F-04 BGREWRITEAOF with delta-buffered atomic swap
#43
phaethix
merged 9 commits into
master
phaethix/ferrum-kv:master
from
feat/aof-rewrite
phaethix/ferrum-kv:feat/aof-rewrite
Copy head branch name to clipboard
Commits
Commits on Jul 21, 2026
docs: add F-04 AOF REWRITE design and implementation plan
Show description for 056018f
phaethix
committed
056018f
View commit details
Copy full SHA for 056018f
Browse repository at this point
feat(persistence): implement F-04 BGREWRITEAOF with delta-buffered atomic swap
Show description for 1e26196
phaethix
committed
1e26196
View commit details
Copy full SHA for 1e26196
Browse repository at this point
style: apply cargo fmt
phaethix
committed
2b72b0f
View commit details
Copy full SHA for 2b72b0f
Browse repository at this point
fix(test): make wait_for_rewrite tolerate fast-CI completion race
Show description for 01aea98
phaethix
committed
01aea98
View commit details
Copy full SHA for 01aea98
Browse repository at this point
fix(test): poll for server readiness instead of fixed sleep
Show description for e1864e3
phaethix
committed
e1864e3
View commit details
Copy full SHA for e1864e3
Browse repository at this point
fix(test): use PING/PONG for server readiness, not raw connect
Show description for 1e8d7de
phaethix
committed
1e8d7de
View commit details
Copy full SHA for 1e8d7de
Browse repository at this point
fix(test): replace match with if-let to satisfy clippy single_match
phaethix
committed
6e65c83
View commit details
Copy full SHA for 6e65c83
Browse repository at this point
fix(test): retry on empty reply in send_with_timeout
Show description for d64ed32
phaethix
committed
d64ed32
View commit details
Copy full SHA for d64ed32
Browse repository at this point
fix(test): use fixed 500ms sleep + 5s retry for CI timing
Show description for 18dbb1a
phaethix
committed
18dbb1a
View commit details
Copy full SHA for 18dbb1a
Browse repository at this point
You can’t perform that action at this time.