Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
435
void 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
unwatchAllKeys
Function · 0.85
addReply
Function · 0.85
Tested by
no test coverage detected