From 49e5e17397ffecf3d2f7a68214ecb0a0c0a891f8 Mon Sep 17 00:00:00 2001 From: leon Date: Fri, 23 Sep 2016 22:08:39 +0800 Subject: [PATCH] 1.0.12-release fix readInt bug fix rdb parser bug compatible with rdb version 2+ --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b693a46b..2f8cdfbc 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ rdb version 7 com.moilioncircle redis-replicator - 1.0.11 + 1.0.12 ``` diff --git a/pom.xml b/pom.xml index 0d15c3e7..cb945262 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ com.moilioncircle redis-replicator - 1.0.12-SNAPSHOT + 1.0.12 redis-replicator Redis Replicator is a redis RDB and Command parser written in java.