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

Function execCommandPropagateExec

src/multi.cpp:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

callFunction · 0.85
evalGenericCommandFunction · 0.85

Calls 2

propagateFunction · 0.85
afterPropagateExecFunction · 0.85

Tested by

no test coverage detected