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

Function lfenceCommand

src/server.cpp:4750–4753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4748}
4749
4750void lfenceCommand(client *c) {
4751 c->mvccCheckpoint = getMvccTstamp();
4752 addReply(c, shared.ok);
4753}
4754
4755void rejectCommandFormat(client *c, const char *fmt, ...) {
4756 if (c->cmd) c->cmd->rejected_calls++;

Callers

nothing calls this directly

Calls 2

getMvccTstampFunction · 0.85
addReplyFunction · 0.85

Tested by

no test coverage detected