public IActionResult Get() { var batchKeys = m_RedisManager.GetAllBatchKeys(); return(Ok(batchKeys)); }