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

Function unwatchCommand

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

Source from the content-addressed store, hash-verified

433}
434
435void unwatchCommand(client *c) {
436 unwatchAllKeys(c);
437 c->flags &= (~CLIENT_DIRTY_CAS);
438 addReply(c,shared.ok);
439}

Callers

nothing calls this directly

Calls 2

unwatchAllKeysFunction · 0.85
addReplyFunction · 0.85

Tested by

no test coverage detected