예제 #1
0
 public RedisAsyncRequest(RedisCommand command, RedisCommandExpect expectation,
                          string okIf, TaskCompletionSource <T> completionSource)
     : base(command, expectation, okIf, completionSource)
 {
 }