コード例 #1
0
 public async Task StoreAsync <T>(T item, CancellationToken token = default)
 {
     await redisClient.StoreAsync(item, token);
 }