Home
last modified time | relevance | path

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

/dports/databases/redis5/redis-5.0.14/src/
H A Dreplication.c1483 int slaveTryPartialResynchronization(int fd, int read_reply) { in slaveTryPartialResynchronization() function
1823 if (slaveTryPartialResynchronization(fd,0) == PSYNC_WRITE_ERROR) { in syncWithMaster()
1839 psync_result = slaveTryPartialResynchronization(fd,1); in syncWithMaster()
/dports/databases/redis6/redis-6.0.16/src/
H A Dreplication.c1941 int slaveTryPartialResynchronization(connection *conn, int read_reply) { in slaveTryPartialResynchronization() function
2286 if (slaveTryPartialResynchronization(conn,0) == PSYNC_WRITE_ERROR) { in syncWithMaster()
2302 psync_result = slaveTryPartialResynchronization(conn,1); in syncWithMaster()
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dreplication.c2286 int slaveTryPartialResynchronization(connection *conn, int read_reply) { in slaveTryPartialResynchronization() function
2637 if (slaveTryPartialResynchronization(conn,0) == PSYNC_WRITE_ERROR) { in syncWithMaster()
2654 psync_result = slaveTryPartialResynchronization(conn,1); in syncWithMaster()