redis-migrate-tool
redis-migrate-tool copied to clipboard
集群之间同步报错
[2018-01-02 09:44:18.797] rmt_core.c:1660 ERROR: command 'EVAL' will not be propagated to the target redis group. If you want to se e all the not supported writing commands, please run the 'redis-migrate-tool -I' command.
这个错误并不妨碍集群同步,但是日志一直在打印这个错误,1秒内打印四次,现在日志都有4个G了。 我在同步的两个redis上都可以执行EVAL。
系统版本: linux el7 redis版本: 3.2.8 redis-migrate-tool 版本: 0.1.0
可以暂时忽略
也遇到同样的问题,数据现在同步不了?有什么办法忽略这个错误吗?