Siddharth
Siddharth

Reputation: 9584

New to Redisson (Redis java client) type io.netty.util.concurrent.Future cannot be resolved

I have started to integrate Redission, redis java client to a sample java app. Now as soon as I extend Redisson, I get a error close to the package definition.

The type io.netty.util.concurrent.Future cannot be resolved. It is indirectly referenced from required .class files

What does this mean ?

Upvotes: 1

Views: 711

Answers (2)

Redisson_RuiGu
Redisson_RuiGu

Reputation: 1032

You can try the redisson-all.jar which has netty dependency included.

Upvotes: 1

Siddharth
Siddharth

Reputation: 9584

I downloaded the netty libraries from here. And integrated the all-in-one jar file.

Upvotes: 1

Related Questions