Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
int redis_key::del_one(const char* key)
48
{
49
return del_one(key, strlen(key));
50
}
51
52
int redis_key::del_one(const char* key, size_t len)
53
{
Callers
9
redis_del
Function · 0.80
del
Method · 0.80
fiber_redis
Function · 0.80
redis_del
Function · 0.80
test_del
Function · 0.80
test_del
Function · 0.80
test_del
Function · 0.80
remove
Method · 0.80
run
Method · 0.80
Calls
2
hash_slot
Function · 0.85
build_request
Function · 0.50
Tested by
3
test_del
Function · 0.64
test_del
Function · 0.64
test_del
Function · 0.64