Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dreplication.c1150 server.repl_transfer_lastio = server.unixtime; in readSyncBulkPayload()
1219 server.repl_transfer_lastio = server.unixtime; in readSyncBulkPayload()
1388 server.repl_transfer_lastio = server.unixtime; in sendSynchronousCommand()
1868 server.repl_transfer_lastio = server.unixtime; in syncWithMaster()
1905 server.repl_transfer_lastio = server.unixtime; in connectWithMaster()
2547 (time(NULL)-server.repl_transfer_lastio) > server.repl_timeout) in replicationCron()
2555 (time(NULL)-server.repl_transfer_lastio) > server.repl_timeout) in replicationCron()
H A Dserver.h1169 time_t repl_transfer_lastio; /* Unix time of the latest read, for timeout */ member
H A Dserver.c3530 (int)(server.unixtime-server.repl_transfer_lastio) in genRedisInfoString()