| 691 | } |
| 692 | |
| 693 | void 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 |
no test coverage detected