Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ SetConfig
Method
SetConfig
RedisStudio/RedisConfigUI.cpp:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
bool RedisConfigUI::SetConfig(const RedisClient::TDicConfig& config)
89
{
90
return Env()->GetDBClient()->SetConfig(config);
91
}
92
93
void RedisConfigUI::DoFillData()
94
{
Callers
nothing calls this directly
Calls
1
GetDBClient
Method · 0.80
Tested by
no test coverage detected