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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
valkey-io
/
valkey
Public
Notifications
You must be signed in to change notification settings
Fork
1.3k
Star
26.9k
Code
Issues
557
Pull requests
321
Discussions
Actions
Projects
Wiki
Security and quality
10
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Forkless Save (branch merge to unstable)
- #4460
#4460
Open
JimB123
wants to merge 18 commits into
unstable
valkey-io/valkey:unstable
from
forkless
valkey-io/valkey:forkless
Copy head branch name to clipboard
Conversation
Commits
18
(18)
Checks
Files changed
Open
Forkless Save (branch merge to unstable)
#4460
JimB123
wants to merge 18 commits into
unstable
valkey-io/valkey:unstable
from
forkless
valkey-io/valkey:forkless
Copy head branch name to clipboard
Commits
Commits on Aug 17, 2026
New command flag to indicate modification of first key only
Show description for d923239
JimB123
committed
d923239
View commit details
Copy full SHA for d923239
Browse repository at this point
Client blocking mechanism for keys in use (forkless)
Show description for bf9312e
harrylin98
authored and
JimB123
committed
bf9312e
View commit details
Copy full SHA for bf9312e
Browse repository at this point
Allocate metadata for each key to support forkless save operations
Show description for 1edaa0e
asagege
authored and
JimB123
committed
1edaa0e
View commit details
Copy full SHA for 1edaa0e
Browse repository at this point
Fix crash when looking up blocked-inuse clients before initialization
Show description for 5abfbcd
harrylin98
authored and
JimB123
committed
5abfbcd
View commit details
Copy full SHA for 5abfbcd
Browse repository at this point
Set pending_command flag consistently across all command execution paths (#3600)
Show description for 8029720
harrylin98
authored and
JimB123
committed
8029720
View commit details
Copy full SHA for 8029720
Browse repository at this point
Forkless, background iteration utility (forkless) (#3553)
Show description for d18b12a
JimB123
committed
d18b12a
View commit details
Copy full SHA for d18b12a
Browse repository at this point
bgIteration: unpause rehashing before flush (#4333)
Show description for c5b3d16
JimB123
committed
c5b3d16
View commit details
Copy full SHA for c5b3d16
Browse repository at this point
Merge forkless-pre-threadsave into forkless (#4408)
Show description for f1d5a83
4 people
committed
f1d5a83
View commit details
Copy full SHA for f1d5a83
Browse repository at this point
Commits on Aug 18, 2026
Forkless comments cleanup (#4450)
Show description for 0a50265
3 people
authored
0a50265
View commit details
Copy full SHA for 0a50265
Browse repository at this point
Match BGSAVE CANCEL command documentation in bgsave.json to code (#4461)
Show description for e094e32
nitaicaro
and
Nitai Caro
authored
e094e32
View commit details
Copy full SHA for e094e32
Browse repository at this point
Schedule AOF rewrite during a forkless save instead of failing (#4462)
Show description for 3419a59
nitaicaro
and
Nitai Caro
authored
3419a59
View commit details
Copy full SHA for 3419a59
Browse repository at this point
Fix parameter name in bgiteration constructor doc blocks (#4463)
Show description for 42f5521
nitaicaro
and
Nitai Caro
authored
42f5521
View commit details
Copy full SHA for 42f5521
Browse repository at this point
For in-use blocking, check the client is in the list before removing it (#4464)
Show description for 50ec936
nitaicaro
and
Nitai Caro
authored
50ec936
View commit details
Copy full SHA for 50ec936
Browse repository at this point
Commits on Aug 20, 2026
Update stale comment on BGSAVE CANCEL (#4479)
Show description for 0c67586
nitaicaro
and
Nitai Caro
authored
0c67586
View commit details
Copy full SHA for 0c67586
Browse repository at this point
Flush and fsync the snapshot before publishing it (#4466)
Show description for 042af21
nitaicaro
and
Nitai Caro
authored
042af21
View commit details
Copy full SHA for 042af21
Browse repository at this point
Only touch currentForklessSave on the main thread (#4467)
Show description for 9e26ccd
nitaicaro
and
Nitai Caro
authored
9e26ccd
View commit details
Copy full SHA for 9e26ccd
Browse repository at this point
Fix forkless save remaining time estimate (#4468)
Show description for 0989e39
nitaicaro
and
Nitai Caro
authored
0989e39
View commit details
Copy full SHA for 0989e39
Browse repository at this point
Preserve object metadata when an object is reallocated (#4475)
Show description for 17b2a5b
nitaicaro
and
Nitai Caro
authored
17b2a5b
View commit details
Copy full SHA for 17b2a5b
Browse repository at this point
You can’t perform that action at this time.