Skip to content

Commit

Permalink
1.0.8-RELEASE
Browse files Browse the repository at this point in the history
fix default buffer size from 8192 to 1024*1024
fix bug
http://git.oschina.net/leonchen83/redis-replicator/issues/3
  • Loading branch information
leonchen83 committed Aug 30, 2016
1 parent 13dcac8 commit 3155716
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 @@ -19,7 +19,7 @@ rdb version 7
<dependency>
<groupId>com.moilioncircle</groupId>
<artifactId>redis-replicator</artifactId>
<version>1.0.7</version>
<version>1.0.8</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.8-SNAPSHOT</version>
<version>1.0.8</version>

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

0 comments on commit 3155716

Please sign in to comment.