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

Function afterPropagateExec

src/multi.cpp:125–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void afterPropagateExec() {
126 /* Propagating EXEC */
127 serverAssert(serverTL->propagate_in_transaction == 1);
128 serverTL->propagate_in_transaction = 0;
129}
130
131/* Send a MULTI command to all the slaves and AOF file. Check the execCommand
132 * implementation for more information. */

Callers 3

execCommandPropagateExecFunction · 0.85
execCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected