Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ ~redis_client
Method
~redis_client
lib_acl_cpp/src/redis/redis_client.cpp:39–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
redis_client::~redis_client()
40
{
41
acl_myfree(addr_);
42
if (pass_)
43
acl_myfree(pass_);
44
45
if (conn_.opened())
46
conn_.close();
47
}
48
49
void redis_client::set_check_addr(bool on)
50
{
Callers
nothing calls this directly
Calls
2
opened
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected