Ejemplo n.º 1
0
 public override Tuple <T1, T2> Parse(RedisReader reader)
 {
     reader.ExpectMultiBulk(2);
     return(Create(reader));
 }