Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ SetDBType
Method
SetDBType
RedisStudio/DBClient.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
34
35
void DBClient::SetDBType(const std::string& dbtype)
36
{
37
m_DBType = dbtype;
38
}
39
40
std::string DBClient::DBType()
41
{
Callers
1
Create
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected