MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / sendRdbOnly

Function sendRdbOnly

src/redis-cli.c:6167–6169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6165}
6166
6167void sendRdbOnly(void) {
6168 sendReplconf("rdb-only", "1");
6169}
6170
6171/* Read raw bytes through a redisContext. The read operation is not greedy
6172 * and may not fill the buffer entirely.

Callers 1

mainFunction · 0.85

Calls 1

sendReplconfFunction · 0.85

Tested by

no test coverage detected