Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ DatabasesNum
Method
DatabasesNum
RedisStudio/DBClient.cpp:45–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
bool DBClient::DatabasesNum(int& num)
46
{
47
num = 1;
48
return true;
49
}
50
51
int DBClient::DatabasesNum()
52
{
Callers
1
BackgroundWorkForRefreshDB
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected