You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead, a java.lang.UnsupportedOperationException is thrown ("The method zrange with parameters [...] does not exist on class class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis").
Is there an easy fix modifying EmbeddedJedis?
The text was updated successfully, but these errors were encountered:
The problem is that EmbeddedJedis was broke something in the past when Jedis was updated. And currently from my part is deprecated. But of course I am open to receive any update to make it work again :)
Instead, a
java.lang.UnsupportedOperationException
is thrown ("The method zrange with parameters [...] does not exist on class classcom.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
").Is there an easy fix modifying
EmbeddedJedis
?The text was updated successfully, but these errors were encountered: