MCPcopy 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
6163void sendCapa() {
6164 sendReplconf("capa", "eof");
6165}
6166
6167void sendRdbOnly(void) {
6168 sendReplconf("rdb-only", "1");

Callers 1

mainFunction · 0.85

Calls 1

sendReplconfFunction · 0.85

Tested by

no test coverage detected