Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ sendCapa
Function
sendCapa
app/redis-6.2.6/src/redis-cli.c:7073–7075 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7071
}
7072
7073
void sendCapa() {
7074
sendReplconf(
"capa"
,
"eof"
);
7075
}
7076
7077
void sendRdbOnly(void) {
7078
sendReplconf(
"rdb-only"
,
"1"
);
Callers
1
main
Function · 0.85
Calls
1
sendReplconf
Function · 0.85
Tested by
no test coverage detected