MCPcopy 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
71void redis_client::set_db(int dbnum)
72{
73 if (dbnum > 0) {
74 dbnum_ = dbnum;
75 }
76}
77
78socket_stream* redis_client::get_stream(bool auto_connect /* true */)
79{

Callers 4

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
create_connectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected