We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不支持redis5.0+集群数据校验,实测报这个错误panic: runtime error: invalid memory address or nil pointer dereference,校验配置: ./redis-full-check --source=ip:6379 --sourcepassword=密码 --sourcedbtype=0 --sourcedbfilterlist=0 --target="ip1:6381,ip2:6382,ip3:6383" --targetpassword=集群密码 --targetdbtype=1 --targetdbfilterlist=0 --db=Sqlite3 --comparemode=1 --qps=10 --batchcount=1000 --parallel=10
The text was updated successfully, but these errors were encountered:
No branches or pull requests
不支持redis5.0+集群数据校验,实测报这个错误panic: runtime error: invalid memory address or nil pointer dereference,校验配置:
./redis-full-check --source=ip:6379 --sourcepassword=密码 --sourcedbtype=0 --sourcedbfilterlist=0
--target="ip1:6381,ip2:6382,ip3:6383" --targetpassword=集群密码 --targetdbtype=1 --targetdbfilterlist=0
--db=Sqlite3 --comparemode=1 --qps=10 --batchcount=1000 --parallel=10
The text was updated successfully, but these errors were encountered: