Home
last modified time | relevance | path

Searched refs:flushAppendOnlyFile (Results 1 – 4 of 4) sorted by relevance

/redis-3.2.3/src/
H A Daof.c209 flushAppendOnlyFile(1); in stopAppendOnly()
287 void flushAppendOnlyFile(int force) { in flushAppendOnlyFile() function
H A Dserver.c1253 if (server.aof_flush_postponed_start) flushAppendOnlyFile(0); in serverCron()
1261 flushAppendOnlyFile(0); in serverCron()
1351 flushAppendOnlyFile(0); in beforeSleep()
H A Ddebug.c347 if (server.aof_state == AOF_ON) flushAppendOnlyFile(1); in debugCommand()
H A Dserver.h1264 void flushAppendOnlyFile(int force);