change version to 2.2

This commit is contained in:
Jonathan Leibiusky
2013-09-03 14:00:32 -03:00
parent e0fa095db9
commit ad001d1a72
2 changed files with 9 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ port 6379
requirepass foobared requirepass foobared
pidfile /tmp/redis1.pid pidfile /tmp/redis1.pid
logfile /tmp/redis1.log logfile /tmp/redis1.log
save ""
appendonly no
endef endef
define REDIS2_CONF define REDIS2_CONF
@@ -12,6 +14,8 @@ port 6380
requirepass foobared requirepass foobared
pidfile /tmp/redis2.pid pidfile /tmp/redis2.pid
logfile /tmp/redis2.log logfile /tmp/redis2.log
save ""
appendonly no
endef endef
define REDIS3_CONF define REDIS3_CONF
@@ -19,6 +23,8 @@ daemonize yes
port 6381 port 6381
pidfile /tmp/redis3.pid pidfile /tmp/redis3.pid
logfile /tmp/redis3.log logfile /tmp/redis3.log
save ""
appendonly no
endef endef
define REDIS4_CONF define REDIS4_CONF
@@ -26,6 +32,8 @@ daemonize yes
port 6382 port 6382
pidfile /tmp/redis4.pid pidfile /tmp/redis4.pid
logfile /tmp/redis4.log logfile /tmp/redis4.log
save ""
appendonly no
endef endef
define REDIS_SENTINEL1 define REDIS_SENTINEL1

View File

@@ -4,7 +4,7 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<groupId>redis.clients</groupId> <groupId>redis.clients</groupId>
<artifactId>jedis</artifactId> <artifactId>jedis</artifactId>
<version>2.3.0</version> <version>2.2.0</version>
<name>Jedis</name> <name>Jedis</name>
<description>Jedis is a blazingly small and sane Redis java client.</description> <description>Jedis is a blazingly small and sane Redis java client.</description>
<url>https://github.com/xetorthio/jedis</url> <url>https://github.com/xetorthio/jedis</url>