MCPcopy 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
7073void sendCapa() {
7074 sendReplconf("capa", "eof");
7075}
7076
7077void sendRdbOnly(void) {
7078 sendReplconf("rdb-only", "1");

Callers 1

mainFunction · 0.85

Calls 1

sendReplconfFunction · 0.85

Tested by

no test coverage detected