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

EmbeddedJedis doesn't support sinter command #130

Open
charlesivie opened this issue Mar 19, 2015 · 3 comments
Open

EmbeddedJedis doesn't support sinter command #130

charlesivie opened this issue Mar 19, 2015 · 3 comments

Comments

@charlesivie
Copy link

trying to run EmbeddedJedis and using the sinter command gives me the following:

java.lang.UnsupportedOperationException: The method sinter with parameters [[Ljava.lang.String;@79179359] does not exist on class class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis

@lordofthejars
Copy link
Owner

Yes I know the problem with embeddedJedis is that guys changed almost all the interfaces so now it will require a deep change on the whole class and add new operations.

@charlesivie
Copy link
Author

Thought it could be something like that. Is it possible to use a previous version of Jedis and get support for the sinter command with nosql-unit?

@lordofthejars
Copy link
Owner

Well the operation itself is not implemented and probably the latest
version of Jedis that was supported by embeddedJedis won't contain sinter
operation.

El dt., 31 març, 2015 a les 13:20, cicoders ([email protected]) va
escriure:

Thought it could be something like that. Is it possible to use a previous
version of Jedis and get support for the sinter command with nosql-unit?


Reply to this email directly or view it on GitHub
#130 (comment)
.

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