Updated readme

This commit is contained in:
Jonathan Leibiusky
2010-10-07 11:22:28 -03:00
parent a0a2ec4681
commit a686a52613

View File

@@ -48,6 +48,17 @@ All of the following redis features are supported:
You can download the latests build at:
http://github.com/xetorthio/jedis/downloads
Or use it as a maven dependency:
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>1.3.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
To use it just:
Jedis jedis = new Jedis("localhost");