Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ hdel
Method
hdel
lib_acl_cpp/src/redis/redis_hash.cpp:320–323 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
318
}
319
320
int redis_hash::hdel(const char* key, const char* name)
321
{
322
return hdel_fields(key, name, NULL);
323
}
324
325
int redis_hash::hdel_fields(const char* key, const char* first_name, ...)
326
{
Callers
2
test_hdel
Function · 0.80
del
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_hdel
Function · 0.64