Exemplo n.º 1
0
 protected void Write <T>(RedisCommand <T> command)
 {
     _connection.Write(command);
 }