version update
This commit is contained in:
@@ -41,6 +41,7 @@ All of the following redis features are supported:
|
|||||||
- Remote server control commands
|
- Remote server control commands
|
||||||
- Connection pooling
|
- Connection pooling
|
||||||
- Sharding (MD5, MurmureHash)
|
- Sharding (MD5, MurmureHash)
|
||||||
|
- Key-tags for sharding
|
||||||
|
|
||||||
## How do I use it?
|
## How do I use it?
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apply plugin: 'maven'
|
|||||||
|
|
||||||
group = 'com.googlecode.jedis'
|
group = 'com.googlecode.jedis'
|
||||||
archiveBaseName = 'jedis'
|
archiveBaseName = 'jedis'
|
||||||
version = '1.2.0'
|
version = '1.3.0'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
<groupId>com.googlecode.jedis</groupId>
|
<groupId>com.googlecode.jedis</groupId>
|
||||||
<artifactId>jedis</artifactId>
|
<artifactId>jedis</artifactId>
|
||||||
<version>1.2.0</version>
|
<version>1.3.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>
|
||||||
|
|||||||
Reference in New Issue
Block a user