Ray Yan

Results 110 comments of Ray Yan

Please refer to https://github.com/tidb-incubator/tidis

`tidis` is doing using amateur time. Plenty time will be spent for production test and I am busy recently. It will be grateful you can contribute to `tidis` if you...

Please refer to https://github.com/tidb-incubator/tidis

@jasonkoo it is supposed to support pipeline request, and the error may be caused by unsupported commands?

@jasonkoo I will check it again.

@jasonkoo I think `--pipe` mode should work with `resp`, not raw text.

@jasonkoo tidis just add `echo` command support, because `redis-cli --pipe` will send an echo command at last. You can try it again.

@jasonkoo you should convert command to `RESP` protocol as follows: ``` *16 $4 ZADD $58 gis:staging:zset:eta:quadkey:15_27428_13447:weekly:1h:3:13 $2 60 $16 "15_27428_13447" $2 60 $16 "15_27429_13447" $3 149 $16 "15_27427_13447" $3 760...

@jasonkoo Please update tidis to latest version.

@jasonkoo use `xxd` command to open `test.txt` file and check, you properly treat `\n` as `\r\n`. ``` xxd aof 00000000: 2a33 0a24 330a 7365 740a 2434 0a6e 616d *3.$3.set.$4.nam 00000010:...