MCPcopy Create free account
hub / github.com/F-Stack/f-stack / afterPropagateExec

Function afterPropagateExec

app/redis-6.2.6/src/multi.c:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

execCommandPropagateExecFunction · 0.85
execCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected