johm
johm copied to clipboard
JOhm doesn't support Jedis 2.0.0
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.
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.