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
NoClassDefFoundError when using the shaded jar (simple connection creation using the sync API)
java.lang.NoClassDefFoundError: com/lambdaworks/com/google/common/cache/CacheBuilder
at com.lambdaworks.redis.FutureSyncInvocationHandler.<init>(FutureSyncInvocationHandler.java:37)
at com.lambdaworks.redis.AbstractRedisClient.syncHandler(AbstractRedisClient.java:312)
at com.lambdaworks.redis.RedisClient.connect(RedisClient.java:272)
at com.lambdaworks.redis.RedisClient.connect(RedisClient.java:241)
at com.lambdaworks.redis.RedisClient.connect(RedisClient.java:227)
The text was updated successfully, but these errors were encountered:
NoClassDefFoundError
when using the shaded jar (simple connection creation using the sync API)The text was updated successfully, but these errors were encountered: