| 79 | } |
| 80 | |
| 81 | bool RedisConfigUI::GetConfig() |
| 82 | { |
| 83 | //if (!RedisClient::GetInstance().GetConfig(m_dicConfig)) return false; |
| 84 | if (!Env()->GetDBClient()->GetConfig(m_dicConfig)) return false; |
| 85 | return true; |
| 86 | } |
| 87 | |
| 88 | bool RedisConfigUI::SetConfig(const RedisClient::TDicConfig& config) |
| 89 | { |
nothing calls this directly
no test coverage detected