MCPcopy 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
700void delCommand(client *c) {
701 delGenericCommand(c,server.lazyfree_lazy_user_del);
702}
703
704void unlinkCommand(client *c) {
705 delGenericCommand(c,1);

Callers

nothing calls this directly

Calls 1

delGenericCommandFunction · 0.85

Tested by

no test coverage detected