Searched refs:aof_stop_sending_diff (Results 1 – 2 of 2) sorted by relevance
107 if (server.aof_stop_sending_diff || !block) { in aofChildWriteDiffData()1484 server.aof_stop_sending_diff = 1; in aofChildPipeReadable()1522 server.aof_stop_sending_diff = 0; in aofCreatePipes()
1095 int aof_stop_sending_diff; /* If true stop sending accumulated diffs member