MCPcopy Create free account
hub / github.com/cinience/RedisStudio / DatabasesNum

Method DatabasesNum

RedisStudio/SSDB/SSDBClient.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150
151
152bool SSDBClient::DatabasesNum(int& num)
153{
154 return 1;
155}
156
157int SSDBClient::DatabasesNum()
158{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected