Skip to content

Commit

Permalink
1.0.4-release
Browse files Browse the repository at this point in the history
1. retry strategy
2. remove singleton configuration
3. add submitEvent method
4. verbose support
bug fix
pre full sync
post full sync
  • Loading branch information
leonchen83 committed Aug 26, 2016
1 parent 827073d commit d5fb498
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 @@ -13,7 +13,7 @@ rdb version 7
<dependency>
<groupId>com.moilioncircle</groupId>
<artifactId>redis-replicator</artifactId>
<version>1.0.3</version>
<version>1.0.4</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.4-SNAPSHOT</version>
<version>1.0.4</version>

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

0 comments on commit d5fb498

Please sign in to comment.