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
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
The text was updated successfully, but these errors were encountered:
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.
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)
.
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
The text was updated successfully, but these errors were encountered: