public IActionResult Demo() { RedisHelper.AppendAsync("hello", "helloworld"); return(Ok("Hello UEditor")); }