public async Task <IActionResult> UpdateConfig([FromBody] ApplicationModel config) { return(Ok(await _redisManager.AddOrUpdateAsync(config))); }