Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ close
Method
close
lib_acl_cpp/src/redis/redis_client.cpp:158–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
void redis_client::close()
159
{
160
if (conn_.opened()) {
161
conn_.close();
162
}
163
}
164
165
bool redis_client::eof() const
166
{
Callers
4
flush_requests
Method · 0.45
handle_messages
Method · 0.45
~redis_client
Method · 0.45
open
Method · 0.45
Calls
1
opened
Method · 0.45
Tested by
no test coverage detected