-
Notifications
You must be signed in to change notification settings - Fork 725
如何指定目标redis的库号? #946
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
Comments
参考交换 DB 的脚本,写一个符合你需求的脚本:https://tair-opensource.github.io/RedisShake/zh/filter/function.html#%E4%BA%A4%E6%8D%A2-db |
Thank you |
我试过交换DB的配置,还是不能指定目标redis的库号,请问有最佳实践吗 @suxb201 @sxlstevengit if DB == db1 then [scan_reader] [redis_writer] 运行结果: |
https://github.com/tair-opensource/RedisShake/blob/v4/shake.toml |
可以了,你真棒 |
工作中遇到这样的场景:把源库中所有DB的数据, 全部同步到目标库DB 1中,需要怎么配置?
我查到redis-shake2.0.3具有这个功能,指定:target.db = 1即可。 但是最新版本没有这个配置选项,请问最新版如何实现?
The text was updated successfully, but these errors were encountered: