dirkpetersen opened a new issue, #807: URL: https://github.com/apache/incubator-kvrocks/issues/807
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Version kvrocks unstable 40989fc26dc4229bd9f797c14eaa4df07574f47e ubuntu 22.04 ### Minimal reproduce step ``` root@localhost:~# cat /tmp/text1.txt set zzzap zzzzzzzzzzzzzzzzznologin set vv zzzzzzzzzzzzzzzzpsbinnologin ``` ``` root@localhost:~# cat /tmp/text1.txt | redis-cli --pipe --verbose ``` ### What did you expect to see? This is with redis or keydb ``` root@localhost:~# cat /tmp/text1.txt | redis-cli -h xx.79.179.186 --pipe --verbose All data transferred. Waiting for the last reply... Last reply received from server. errors: 0, replies: 2 ``` ### What did you see instead? root@localhost:~# cat /tmp/text1.txt | redis-cli --pipe --verbose All data transferred. Waiting for the last reply... ERR syntax error Last reply received from server. errors: 1, replies: 1 ### Anything Else? f ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
