Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ sendCapa
Function
sendCapa
src/redis-cli.c:6163–6165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6161
}
6162
6163
void sendCapa() {
6164
sendReplconf(
"capa"
,
"eof"
);
6165
}
6166
6167
void sendRdbOnly(void) {
6168
sendReplconf(
"rdb-only"
,
"1"
);
Callers
1
main
Function · 0.85
Calls
1
sendReplconf
Function · 0.85
Tested by
no test coverage detected