使用--pipe导入数据到codis,为什么会出现"Connection reset by peer"
Open
- Dominant language
- Go
- Stars
- 13.2k
- Forks
- 2.7k
- PR merge metrics
- No merged PRs in 30d
Description
我的文件waited_write.data内容如下:
zadd key1 23 asdfasdfa
zadd key2 78 555a7sdfa
...
总共1千万行,我在普通redis上执行
cat waited_write.data | redis-cli --pipe,几分钟就执行完成了,没有任何错误。
但是我向codis导入数据,却出现"",请问这是为什么?是codis对--pipe做了什么处理吗?谢谢!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.