Jason Koo
Jason Koo
@yongman From our testing, it does not support. Without pipeline, it worked as expected. head -n 2 redis_command_zset_310100_clean.log | redis-cli -h 10.125.233.215 -p 5379 (integer) 0 (0.60s) (integer) 0 (1.05s)...
@yongman For you reference head -n 2 redis_command_zset_310100_clean.log zadd gis:staging:zset:eta:quadkey:15_27427_13447:weekly:1h:3:13 60 '"15_27427_13447"' 155 '"15_27428_13447"' 163 '"15_27429_13447"' 950 '"15_27430_13447"' 800 '"15_27431_13447"' 800 '"15_27432_13447"' 578 '"15_27423_13446"' zadd gis:staging:zset:eta:quadkey:15_27428_13447:weekly:1h:3:13 149 '"15_27427_13447"' 60 '"15_27428_13447"'...
@yongman Thanks for the quick reply and fix. I updated my local code and rebuilt the tidis server. 1. Tried with the following command head -n 2 redis_command_zset_310100_clean.log | redis-cli...
@yongman Thanks for the guide. I tried with `RESP` protocol. It is partially successful. ``` cat test.txt *3 $3 SET $4 name $6 nobody ``` I tried with `cat test.txt...
@yongman I am using the latest the code from master branch. The problem still exists.
@yongman I checked with my file and I am sure each line ends with `\r\n`. ``` cat test.txt *3 $3 SET $4 name $6 shstes xxd test.txt 0000000: 2a33 0d0a...
@yongman I also have this warning after I start tidis-server. Do you know how to avoid these warnings?
@Mr88Chen 现在有什么进展吗?我也在尝试编译spark 2.3版本,没有成功。
We also need this feature, but currently I cannot find any parameter type supporting this.