Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Daof.c461 server.aof_last_write_status = C_ERR; in flushAppendOnlyFile()
474 if (server.aof_last_write_status == C_ERR) { in flushAppendOnlyFile()
477 server.aof_last_write_status = C_OK; in flushAppendOnlyFile()
H A Dserver.c1313 if (server.aof_last_write_status == C_ERR) in serverCron()
2126 server.aof_last_write_status = C_OK; in initServer()
2886 server.aof_last_write_status == C_ERR) in writeCommandsDeniedByDiskError()
3380 (server.aof_last_write_status == C_OK) ? "ok" : "err", in genRedisInfoString()
H A Dserver.h1084 int aof_last_write_status; /* C_OK or C_ERR */ member