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