Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
leonchen83 committed Jun 2, 2017
1 parent 23368e9 commit e1fb12f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e1fb12f

Please sign in to comment.