public async Task <string> Get(int id) { var val = await _redis.GetAsync <string>("123", DateTime.Now.Date.ToString()); return(val); }