Home
last modified time | relevance | path

Searched refs:aof_last_fsync (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Daof.c285 server.aof_last_fsync = server.unixtime; in startAppendOnly()
350 server.unixtime > server.aof_last_fsync && in flushAppendOnlyFile()
507 server.aof_last_fsync = server.unixtime; in flushAppendOnlyFile()
509 server.unixtime > server.aof_last_fsync)) { in flushAppendOnlyFile()
514 server.aof_last_fsync = server.unixtime; in flushAppendOnlyFile()
H A Dserver.h1077 time_t aof_last_fsync; /* UNIX time of last fsync() */ member
H A Dserver.c1580 server.aof_last_fsync = time(NULL); in initServerConfig()