MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / replicationFeedSlaves

Function replicationFeedSlaves

src/replication.cpp:693–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691}
692
693void replicationFeedSlaves(list *replicas, int dictid, robj **argv, int argc) {
694 runAndPropogateToReplicas(replicationFeedSlavesCore, replicas, dictid, argv, argc);
695}
696
697/* This is a debugging function that gets called when we detect something
698 * wrong with the replication protocol: the goal is to peek into the

Callers 8

propagateSubkeyExpireFunction · 0.85
rdbLoadProgressCallbackFunction · 0.85
replicationCronFunction · 0.85
replicateSubkeyExpireFunction · 0.85
beforeSleepFunction · 0.85
propagateFunction · 0.85
executeCronJobExpireHookFunction · 0.85

Calls 1

Tested by

no test coverage detected