Skip to content

Commit

Permalink
1.0.12-release
Browse files Browse the repository at this point in the history
fix readInt bug
fix rdb parser bug
compatible with rdb version 2+
  • Loading branch information
leonchen83 committed Sep 23, 2016
1 parent 150e5c0 commit 49e5e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rdb version 7
<dependency>
<groupId>com.moilioncircle</groupId>
<artifactId>redis-replicator</artifactId>
<version>1.0.11</version>
<version>1.0.12</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>com.moilioncircle</groupId>
<artifactId>redis-replicator</artifactId>
<version>1.0.12-SNAPSHOT</version>
<version>1.0.12</version>

<name>redis-replicator</name>
<description>Redis Replicator is a redis RDB and Command parser written in java.
Expand Down

0 comments on commit 49e5e17

Please sign in to comment.