public async Task <bool> Get() { await _redis.StoreAsync <string>("123", DateTime.Now.Date.ToString(), "123121"); return(true); }