MCPcopy 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
7077void 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

mainFunction · 0.85

Calls 1

sendReplconfFunction · 0.85

Tested by

no test coverage detected