MCPcopy 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
39redis_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
49void redis_client::set_check_addr(bool on)
50{

Callers

nothing calls this directly

Calls 2

openedMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected