Example #1
0
 public async Task <HashSet <string> > GetAllItemsFromSetAsync(string setId, CancellationToken token = default)
 {
     return(await redisClient.GetAllItemsFromSetAsync(setId, token));
 }