Example #1
0
 public BLPOP(IReadOnlyList <Key> keys, Timeout timeout)
 {
     this.keys    = keys;
     this.timeout = timeout;
 }
Example #2
0
 public BLPOP(Key key, Timeout timeout)
     : this(new[] { key }, timeout)
 {
 }