Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ sendRdbOnly
Function
sendRdbOnly
app/redis-6.2.6/src/redis-cli.c:7077–7079 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7075
}
7076
7077
void sendRdbOnly(void) {
7078
sendReplconf(
"rdb-only"
,
"1"
);
7079
}
7080
7081
/* Read raw bytes through a redisContext. The read operation is not greedy
7082
* and may not fill the buffer entirely.
Callers
1
main
Function · 0.85
Calls
1
sendReplconf
Function · 0.85
Tested by
no test coverage detected