Searched refs:aof_last_write_status (Results 1 – 3 of 3) sorted by relevance
461 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()
1313 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()
1084 int aof_last_write_status; /* C_OK or C_ERR */ member