From e1fb12fca9cc6b6f865c809253acee099226a18a Mon Sep 17 00:00:00 2001 From: leon Date: Fri, 2 Jun 2017 18:47:48 +0800 Subject: [PATCH] fix doc --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3d0e7297..0bd0ee1a 100644 --- a/README.md +++ b/README.md @@ -462,13 +462,15 @@ redis 2.4 - 4.0 * register your `RdbVisitor` to `Replicator` using `setRdbVisitor` method. ## 4.4. Event timeline - - | full resynchronization | partial resynchronization | - ↓-----------<--------------<-------------<----------<-----↓--------------<--------------↑ - ↓ ↓ ↑ <-reconnect - connect->------->-------------->------------->---------->-------------------->--------------x <-disconnect + +```java + | full resynchronization | partial resynchronization | + ↓-----------<--------------<-------------<----------<-----↓--------------<--------------↑ + ↓ ↓ ↑ <-reconnect + connect->------->-------------->------------->---------->-------------------->--------------x <-disconnect ↓ ↓ ↓ ↓ ↓ prefullsync auxfields... rdbs... postfullsync cmds... +``` # 5. Other topics