Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dreplication.c387 int replicationSetupSlaveForFullResync(client *slave, long long offset) { in replicationSetupSlaveForFullResync() function
551 replicationSetupSlaveForFullResync(slave, in startBgsaveForReplication()
650 replicationSetupSlaveForFullResync(c,slave->psync_initial_offset); in syncCommand()
H A Drdb.c1614 replicationSetupSlaveForFullResync(slave,getPsyncInitialOffset()); in rdbSaveToSlavesSockets()
H A Dserver.h1253 int replicationSetupSlaveForFullResync(client *slave, long long offset);