MCPcopy 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
320int redis_hash::hdel(const char* key, const char* name)
321{
322 return hdel_fields(key, name, NULL);
323}
324
325int redis_hash::hdel_fields(const char* key, const char* first_name, ...)
326{

Callers 2

test_hdelFunction · 0.80
delMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_hdelFunction · 0.64