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

Method SelectDB

RedisStudio/SSDB/SSDBClient.cpp:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162bool SSDBClient::SelectDB(int dbindex )
163{
164 return true;
165}
166
167long long SSDBClient::DbSize()
168{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected