Best Redis library for Java

muriloq picture muriloq · Jun 15, 2010 · Viewed 62.2k times · Source

The official Redis homepage lists JDBC-Redis and JRedis. What are the advantages / disadvantages of each ? Are there any other options ?

Answer

xetorthio picture xetorthio · Aug 26, 2010

You can use also Jedis, which is also in the official Redis clients page. It is compatible with the latest version of Redis.

Update

As of June 2012, Jedis is the Java client library recommended by the Redis official page.