Exemplo n.º 1
0
 public T BPop <T>(int timeout, params string[] keys)
 {
     return(_redisClient.BLPop <T>(timeout, keys));
 }