Home
last modified time | relevance | path

Searched refs:CLIENT_PRE_PSYNC (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dreplication.c432 if (!(slave->flags & CLIENT_PRE_PSYNC)) { in replicationSetupSlaveForFullResync()
678 c->flags |= CLIENT_PRE_PSYNC; in syncCommand()
1090 server.master->flags |= CLIENT_PRE_PSYNC; in replicationCreateMasterClient()
2582 !(server.master->flags & CLIENT_PRE_PSYNC)) in replicationCron()
2654 if (slave->flags & CLIENT_PRE_PSYNC) continue; in replicationCron()
H A Dserver.h246 #define CLIENT_PRE_PSYNC (1<<16) /* Instance don't understand PSYNC. */ macro