MCPcopy 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
88bool RedisConfigUI::SetConfig(const RedisClient::TDicConfig& config)
89{
90 return Env()->GetDBClient()->SetConfig(config);
91}
92
93void RedisConfigUI::DoFillData()
94{

Callers

nothing calls this directly

Calls 1

GetDBClientMethod · 0.80

Tested by

no test coverage detected