Home
last modified time | relevance | path

Searched refs:lastinteraction (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dnetworking.c126 c->ctime = c->lastinteraction = server.unixtime; in createClient()
1056 if (!(c->flags & CLIENT_MASTER)) c->lastinteraction = server.unixtime; in writeToClient()
1567 c->lastinteraction = server.unixtime; in readQueryFromClient()
1682 (long long)(server.unixtime - client->lastinteraction), in catClientInfoString()
H A Dreplication.c2252 server.master->lastinteraction = server.unixtime; in replicationResurrectCachedMaster()
2563 (time(NULL)-server.master->lastinteraction) > server.repl_timeout) in replicationCron()
2728 idle = server.unixtime - slave->lastinteraction; in replicationCron()
H A Dserver.c828 (now - c->lastinteraction > server.maxidletime)) in clientsCronHandleTimeout()
858 time_t idletime = server.unixtime - c->lastinteraction; in clientsCronResizeQueryBuffer()
3519 ((int)(server.unixtime-server.master->lastinteraction)) : -1, in genRedisInfoString()
H A Dserver.h738 time_t lastinteraction; /* Time of the last interaction, used for timeout */ member
H A Dcluster.c2989 data_age = (mstime_t)(server.unixtime - server.master->lastinteraction) in clusterHandleSlaveFailover()