Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dreplication.c1443 #define PSYNC_WAIT_REPLY 1 macro
1480 return PSYNC_WAIT_REPLY; in slaveTryPartialResynchronization()
1489 return PSYNC_WAIT_REPLY; in slaveTryPartialResynchronization()
1805 if (psync_result == PSYNC_WAIT_REPLY) return; /* Try again later... */ in syncWithMaster()