Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ hasActiveChildProcessOrBGSave
Function
hasActiveChildProcessOrBGSave
src/server.cpp:1731–1733 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1729
}
1730
1731
int hasActiveChildProcessOrBGSave() {
1732
return g_pserver->FRdbSaveInProgress() || hasActiveChildProcess();
1733
}
1734
1735
void resetChildState() {
1736
g_pserver->child_type = CHILD_TYPE_NONE;
Callers
10
lookupKeyUpdateObj
Function · 0.85
rdbSaveBackground
Function · 0.85
rdbSaveToSlavesSockets
Function · 0.85
syncCommand
Function · 0.85
replicationStartPendingFork
Function · 0.85
serverCron
Function · 0.85
startAppendOnly
Function · 0.85
flushAppendOnlyFile
Function · 0.85
rewriteAppendOnlyFileBackground
Function · 0.85
bgrewriteaofCommand
Function · 0.85
Calls
2
hasActiveChildProcess
Function · 0.85
FRdbSaveInProgress
Method · 0.80
Tested by
no test coverage detected