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
如果源端是pika,则不支持迁移
Please provide a brief description of the issue you encountered.
如果有错误日志或其他相关日志,请在这里提供。
[root@111lzjtest]# /usr/local/redis-shake-v4.0.0/redis-shake shake_pika.toml 2024-09-27 17:59:17 INF load config from file: shake_pika.toml 2024-09-27 17:59:17 INF log_level: [info], log_file: [/data1/lzjtest/data/shake.log] 2024-09-27 17:59:17 INF changed work dir to [/data1/lzjtest/data] 2024-09-27 17:59:17 INF GOMAXPROCS defaults to the value of runtime.NumCPU [48] 2024-09-27 17:59:17 INF pprof information: http://localhost:19034/debug/pprof/ 2024-09-27 17:59:17 INF no function script 2024-09-27 17:59:17 INF create SyncStandaloneReader: 127.0.0.1:25550 2024-09-27 17:59:17 INF create RedisStandaloneWriter: 127.0.0.1:11106 2024-09-27 17:59:17 INF status information: http://localhost:20034 2024-09-27 17:59:17 INF status information: watch -n 0.3 'curl -s http://localhost:20034 | python -m json.tool' 2024-09-27 17:59:17 INF start syncing... 2024-09-27 17:59:17 WRN [reader_10.220.130.36_25550] send replconf command to redis server failed. reply=[%!s()], error=[ERR unknown command "replconf"] 2024-09-27 17:59:17 WRN [reader_10.220.130.36_25550] send replconf command to redis server failed. reply=[%!s()] 2024-09-27 17:59:17 ERR ERR unknown command "psync"
The text was updated successfully, but these errors were encountered:
非常希望能支持,但我没有精力去做 Pika 的开发和测试工作。欢迎 PR!
Sorry, something went wrong.
No branches or pull requests
问题描述(Issue Description)
如果源端是pika,则不支持迁移
Please provide a brief description of the issue you encountered.
环境信息(Environment)
日志信息(Logs)
如果有错误日志或其他相关日志,请在这里提供。
[root@111lzjtest]# /usr/local/redis-shake-v4.0.0/redis-shake shake_pika.toml
2024-09-27 17:59:17 INF load config from file: shake_pika.toml
2024-09-27 17:59:17 INF log_level: [info], log_file: [/data1/lzjtest/data/shake.log]
2024-09-27 17:59:17 INF changed work dir to [/data1/lzjtest/data]
2024-09-27 17:59:17 INF GOMAXPROCS defaults to the value of runtime.NumCPU [48]
2024-09-27 17:59:17 INF pprof information: http://localhost:19034/debug/pprof/
2024-09-27 17:59:17 INF no function script
2024-09-27 17:59:17 INF create SyncStandaloneReader: 127.0.0.1:25550
2024-09-27 17:59:17 INF create RedisStandaloneWriter: 127.0.0.1:11106
2024-09-27 17:59:17 INF status information: http://localhost:20034
2024-09-27 17:59:17 INF status information: watch -n 0.3 'curl -s http://localhost:20034 | python -m json.tool'
2024-09-27 17:59:17 INF start syncing...
2024-09-27 17:59:17 WRN [reader_10.220.130.36_25550] send replconf command to redis server failed. reply=[%!s()], error=[ERR unknown command "replconf"]
2024-09-27 17:59:17 WRN [reader_10.220.130.36_25550] send replconf command to redis server failed. reply=[%!s()]
2024-09-27 17:59:17 ERR ERR unknown command "psync"
The text was updated successfully, but these errors were encountered: