MCPcopy Create free account
hub / github.com/acl-dev/acl / del_one

Method del_one

lib_acl_cpp/src/redis/redis_key.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45/////////////////////////////////////////////////////////////////////////////
46
47int redis_key::del_one(const char* key)
48{
49 return del_one(key, strlen(key));
50}
51
52int redis_key::del_one(const char* key, size_t len)
53{

Callers 9

redis_delFunction · 0.80
delMethod · 0.80
fiber_redisFunction · 0.80
redis_delFunction · 0.80
test_delFunction · 0.80
test_delFunction · 0.80
test_delFunction · 0.80
removeMethod · 0.80
runMethod · 0.80

Calls 2

hash_slotFunction · 0.85
build_requestFunction · 0.50

Tested by 3

test_delFunction · 0.64
test_delFunction · 0.64
test_delFunction · 0.64