Exemplo n.º 1
0
        public async Task <bool> Get()
        {
            await _redis.StoreAsync <string>("123", DateTime.Now.Date.ToString(), "123121");

            return(true);
        }