Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis: zrange(key, start, end) on nonexistent key should return empty set #163

Open
mbode opened this issue Sep 15, 2016 · 1 comment
Open

Comments

@mbode
Copy link

mbode commented Sep 15, 2016

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?

@lordofthejars
Copy link
Owner

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants