Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dreplication.c419 int replicationSetupSlaveForFullResync(client *slave, long long offset) { in replicationSetupSlaveForFullResync() function
616 replicationSetupSlaveForFullResync(slave, in startBgsaveForReplication()
725 replicationSetupSlaveForFullResync(c,slave->psync_initial_offset); in syncCommand()
H A Dserver.h1605 int replicationSetupSlaveForFullResync(client *slave, long long offset);
H A Drdb.c2266 replicationSetupSlaveForFullResync(slave,getPsyncInitialOffset()); in rdbSaveToSlavesSockets()