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

Function execCommandPropagateExec

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

Source from the content-addressed store, hash-verified

134}
135
136void execCommandPropagateExec(int dbid) {
137 propagate(server.execCommand,dbid,&shared.exec,1,
138 PROPAGATE_AOF|PROPAGATE_REPL);
139 afterPropagateExec();
140}
141
142/* Aborts a transaction, with a specific error message.
143 * The transaction is always aborted with -EXECABORT so that the client knows

Callers 2

evalGenericCommandFunction · 0.85
callFunction · 0.85

Calls 2

propagateFunction · 0.85
afterPropagateExecFunction · 0.85

Tested by

no test coverage detected