Skip to content

Commit 32c9642

Browse files
committed
Update README.md
1 parent 2b107a0 commit 32c9642

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ redis_merger
33

44
Redis的RDB日志汇聚重放工具
55

6+
这是干什么的
7+
============
8+
1.将线上的session数据从老的Redis集群中,复制到一个新的Redis集群中
9+
10+
611
工作原理
712
============
8-
1."把自己模拟成一个Redis"
9-
2."向多个master发出sync指令,请求同步RDB文件"
10-
3."解析RDB生成Redis指令,发送给目标Redis"
13+
1.把自己模拟成一个Redis
14+
2.向多个master发出sync指令,请求同步RDB文件
15+
3.解析RDB生成Redis指令,发送给目标Redis
16+

0 commit comments

Comments
 (0)