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
环境: Mac pro,single to redis cluster
错误信息: $src/redis-migrate-tool -c rmt-s2c.conf [2019-07-23 15:27:25.798] rmt_core.c:525 Nodes count of source group : 1 [2019-07-23 15:27:25.798] rmt_core.c:526 Total threads count : 8 [2019-07-23 15:27:25.798] rmt_core.c:527 Read threads count assigned: 1 [2019-07-23 15:27:25.798] rmt_core.c:528 Write threads count assigned: 1 [1] 50514 segmentation fault src/redis-migrate-tool -c rmt-s2c.conf
rmt-s2c.conf:
[source] type: single servers: -127.0.0.1:6379
[target] type: redis cluster servers: -127.0.0.1:7000
[common] listen: 0.0.0.0:8000
The text was updated successfully, but these errors were encountered:
试下将目标redis先关闭,删除目标的rdb文件。前提: 目标redis不包含除源redis以外的数据, 同样遇到这个问题按上述操作
Sorry, something went wrong.
No branches or pull requests
环境:
Mac pro,single to redis cluster
错误信息:
$src/redis-migrate-tool -c rmt-s2c.conf
[2019-07-23 15:27:25.798] rmt_core.c:525 Nodes count of source group : 1
[2019-07-23 15:27:25.798] rmt_core.c:526 Total threads count : 8
[2019-07-23 15:27:25.798] rmt_core.c:527 Read threads count assigned: 1
[2019-07-23 15:27:25.798] rmt_core.c:528 Write threads count assigned: 1
[1] 50514 segmentation fault src/redis-migrate-tool -c rmt-s2c.conf
rmt-s2c.conf:
[source]
type: single
servers:
-127.0.0.1:6379
[target]
type: redis cluster
servers:
-127.0.0.1:7000
[common]
listen: 0.0.0.0:8000
The text was updated successfully, but these errors were encountered: