Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Daof.c236 flushAppendOnlyFile(1); in stopAppendOnly()
337 void flushAppendOnlyFile(int force) { in flushAppendOnlyFile() function
H A Dserver.c1306 if (server.aof_flush_postponed_start) flushAppendOnlyFile(0); in serverCron()
1314 flushAppendOnlyFile(0); in serverCron()
1408 flushAppendOnlyFile(0); in beforeSleep()
2828 flushAppendOnlyFile(1); in prepareForShutdown()
H A Ddebug.c374 if (server.aof_state != AOF_OFF) flushAppendOnlyFile(1); in debugCommand()
H A Dserver.h1627 void flushAppendOnlyFile(int force);