Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jul 17, 2017
1 parent 76ebc32 commit 9826bd7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
### 2.3.0
module_2 support.

add a new RdbVisitor : `ValueIterableRdbVisitor`

**api changes** :

```java
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Table of Contents([中文说明](./README.zh_CN.md))
* [2.1. Requirements](#21-requirements)
* [2.2. Maven dependency](#22-maven-dependency)
* [2.3. Install from source code](#23-install-from-source-code)
* [2.4. Select a version](#24-select-a-version)
* [3. Simple usage](#3-simple-usage)
* [3.1. Replication via socket](#31-replication-via-socket)
* [3.2. Read rdb file](#32-read-rdb-file)
Expand Down Expand Up @@ -93,6 +94,15 @@ redis 2.4 - 4.0
$mvn clean install package -Dmaven.test.skip=true
```

## 2.4. Select a version

| **redis version** |**redis-replicator version** |
| ---------------------------- | ---------------------------- |
| \[2.4, 4.0.0\] | \[2.3.0\] |
| \[2.4, 4.0-RC3\] | \[2.1.0, 2.2.0\] |
| \[2.4, 3.2.x\] | \[1.0.18\](not supported) |


# 3. Simple usage

## 3.1. Replication via socket
Expand Down
9 changes: 9 additions & 0 deletions README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,15 @@ redis 2.4 - 4.0
$mvn clean install package -Dmaven.test.skip=true
```

## 2.4. 选择一个版本

| **redis 版本** |**redis-replicator 版本** |
| ------------------------- | ------------------------- |
| \[2.4, 4.0.0\] | \[2.3.0\] |
| \[2.4, 4.0-RC3\] | \[2.1.0, 2.2.0\] |
| \[2.4, 3.2.x\] | \[1.0.18\](不再提供支持) |


# 3. 简要用法

## 3.1. 通过socket同步
Expand Down

0 comments on commit 9826bd7

Please sign in to comment.