Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dreplication.c990 slave->replstate = SLAVE_STATE_SEND_BULK; in updateSlavesWaitingBgsave()
H A Dnetworking.c910 if (c->replstate == SLAVE_STATE_SEND_BULK) { in freeClient()
H A Dserver.h313 #define SLAVE_STATE_SEND_BULK 8 /* Sending RDB file to slave. */ macro
H A Dserver.c3582 case SLAVE_STATE_SEND_BULK: in genRedisInfoString()