From a686a5261311d4e40288bd120006c3d5941aa084 Mon Sep 17 00:00:00 2001 From: Jonathan Leibiusky Date: Thu, 7 Oct 2010 11:22:28 -0300 Subject: [PATCH] Updated readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 77089c8..fabb1f7 100644 --- a/README.md +++ b/README.md @@ -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: + + + redis.clients + jedis + 1.3.0 + jar + compile + + + To use it just: Jedis jedis = new Jedis("localhost");