johm icon indicating copy to clipboard operation
johm copied to clipboard

JOhm doesn't support Jedis 2.0.0

Open aglover opened this issue 13 years ago • 1 comments

If you upgrade to use newest Jedis jar, you get lots of "redis.clients.johm.JOhm$1.del([Ljava/lang/String;)Ljava/lang/String;" errors. This happens during a save operation.

aglover avatar Oct 22 '11 14:10 aglover

There is also an incompatibility in the JOhm class itself against Jedis 2.0.0 because JedisException has been moved into redis.clients.jedis.exceptions.JedisException.

cpeake avatar Dec 15 '11 15:12 cpeake