Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ delCommand
Function
delCommand
app/redis-6.2.6/src/db.c:700–702 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
698
}
699
700
void delCommand(client *c) {
701
delGenericCommand(c,server.lazyfree_lazy_user_del);
702
}
703
704
void unlinkCommand(client *c) {
705
delGenericCommand(c,1);
Callers
nothing calls this directly
Calls
1
delGenericCommand
Function · 0.85
Tested by
no test coverage detected