【发布时间】:2019-11-29 20:12:27
【问题描述】:
我想使用管道模式向redis插入一些数据。
当我运行时
cat test-TXT.txt |./redis-4.0.1/src/redis-cli -h 10.99.205.240 --pipe
我收到此错误:
从服务器读取错误:对等方重置连接
这是test-Txt.txt内容:
enter image description here
Redis.conf :
protected-mode no
bind 10.99.205.240
其他配置使用默认值。
我可以使用logstash将数据插入redis。
【问题讨论】:
标签: redis