redis-port icon indicating copy to clipboard operation
redis-port copied to clipboard

Results 19 redis-port issues
Sort by recently updated
recently updated
newest added

我看了redis-port代码,觉得在迁移时候逻辑有点问题,先发送rdb文件,然后发送aof 文件,因为解析发送rdb 文件和后续发送aof有一定的时间差,例如在rdb 文件中 key A 过期时间是10s,aof 文件中对 key A 增加过期时间到 1000s,则可能 A 发送到目的端redis后,在还没有收到aof 文件增加过期时间的命令时,就已经被目的端删除了

2020/12/04 18:39:01 sync.go:235: [INFO] total=1166181692 - 1148820102 [ 98%] entry=878289 2020/12/04 18:39:02 sync.go:235: [INFO] total=1166181692 - 1156160942 [ 99%] entry=884618 2020/12/04 18:39:03 sync.go:235: [INFO] total=1166181692 - 1163835060 [ 99%] entry=891268...

hey guys how to build & install it

可以给一份安装文档吗?go语言不会

after installed the latest release , exec `redis-port decode --input=----` , an error occurred, how to solve it ? thanks ![image](https://user-images.githubusercontent.com/15176971/85246992-f6570b00-b47e-11ea-9a21-eae88c130c0d.png)

Thanks for your great contribution to open source community. Since redis is moving to latest version as 5.x, do you consider update these tools for rdb version 9? It'll help...

redis-port 工具支持将 redis2.x 的数据迁移至 redis5.0.x 么? 其中 redis2.x的服务为全内存数据,并未将数据 dump 到磁盘。有多个实例,实例之间无关,各实例无 slave。redis5.0.x为 cluster 集群。 redis-port工具支持么? 支持的话,有哪些要注意的点?

执行命令: ./redis-sync --ncpu=2 --master=redis_1@[email protected]:7395 --target=redis_2@[email protected]:7395 --tmpfile-size=8gb --tmpfile=buffer_7395.tmp 执行后反馈密码认证错误。

请问redis-port支不支持redis cluster呢?比如:cluster to cluster的迁移支不支持?README没看到这方面的说明呢!

aws上的redis强制启用了ssl, 没看到有地方指定这个参数,还是默认就支持了? 我同步自建redis到aws上的redis时没看到log里报错,但是从开始到后来都一直停留在98%, 而且target redis里也没有半条同步成功的数据,同步是不成功的 2019/05/03 15:21:30 [INFO] rdb file = 683249 2019/05/03 15:21:31 [INFO] total=683249 - 672571 [ 98%] entry=0 2019/05/03 15:21:32 [INFO] total=683249 - 672571 [ 98%] entry=0...