Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ unlinkCommand
Function
unlinkCommand
app/redis-6.2.6/src/db.c:704–706 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
702
}
703
704
void unlinkCommand(client *c) {
705
delGenericCommand(c,1);
706
}
707
708
/* EXISTS key1 key2 ... key_N.
709
* Return value is the number of keys existing. */
Callers
nothing calls this directly
Calls
1
delGenericCommand
Function · 0.85
Tested by
no test coverage detected