Skip to content
New issue

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

add sub command line for migrating #911

Open
carlvine500 opened this issue Dec 26, 2024 · 0 comments
Open

add sub command line for migrating #911

carlvine500 opened this issue Dec 26, 2024 · 0 comments
Assignees
Labels
type: feature request New feature or request

Comments

@carlvine500
Copy link

carlvine500 commented Dec 26, 2024

there are lots of redis data that will migrate from aws to aliyun, we expect to add some sub commands instead of toml config .
我们有大量的redis从aws迁移到国内云厂商, 如果书写大量的配置文件会有些繁琐, 期望能直接使用子命令的方式做数据转移:

./redis-shake rdb_reader -f /usr/local/src/10.53.0.10/6379/dump.rdb redis_writer -a 172.38.100.66:6379 advanced --ncpu 1
./redis-shake rdb_reader -f /usr/local/src/10.53.0.11/6379/dump.rdb redis_writer -a 172.38.100.67:6379 advanced --ncpu 1
./redis-shake rdb_reader -f /usr/local/src/10.53.0.12/6379/dump.rdb redis_writer -a 172.38.100.68:6379 advanced --ncpu 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants