Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ set_db
Method
set_db
lib_acl_cpp/src/redis/redis_client.cpp:71–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
void redis_client::set_db(int dbnum)
72
{
73
if (dbnum > 0) {
74
dbnum_ = dbnum;
75
}
76
}
77
78
socket_stream* redis_client::get_stream(bool auto_connect /* true */)
79
{
Callers
4
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
create_connect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected