Home
last modified time | relevance | path

Searched refs:SLAVE_STATE_ONLINE (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dreplication.c510 c->replstate = SLAVE_STATE_ONLINE; in masterTryPartialResynchronization()
827 if (c->repl_put_online_on_ack && c->replstate == SLAVE_STATE_ONLINE) in replconfCommand()
858 slave->replstate = SLAVE_STATE_ONLINE; in putSlaveOnline()
973 slave->replstate = SLAVE_STATE_ONLINE; in updateSlavesWaitingBgsave()
2099 if (slave->replstate != SLAVE_STATE_ONLINE) continue; in roleCommand()
2293 if (slave->replstate == SLAVE_STATE_ONLINE && in refreshGoodSlavesCount()
2428 if (slave->replstate != SLAVE_STATE_ONLINE) continue; in replicationCountAcksByOffset()
2653 if (slave->replstate != SLAVE_STATE_ONLINE) continue; in replicationCron()
H A Dnetworking.c177 (c->replstate == SLAVE_STATE_ONLINE && !c->repl_put_online_on_ack))) in clientInstallWriteHandler()
2156 slave->replstate == SLAVE_STATE_ONLINE && in flushSlavesOutputBuffers()
H A Dserver.c3585 case SLAVE_STATE_ONLINE: in genRedisInfoString()
3590 if (slave->replstate == SLAVE_STATE_ONLINE) in genRedisInfoString()
H A Dserver.h314 #define SLAVE_STATE_ONLINE 9 /* RDB file transmitted, sending just updates. */ macro