Open ronaldwidha opened 9 years ago
Hi @ronaldwidha,
Thank you for your contribution! We really value the time you've taken to put this together.
Before we proceed with reviewing this pull request, please sign the Typesafe Contributors License Agreement:
I've signed the agreement.
The readme.md is out of date and causing specifically 2 known issues discussed in the following threads:
In summary, in Play 2.4.2, the current readme causes an exception to be thrown upon setting up @inject on JedisPool. The correct dependency is play-plugin-redis 2.4.1 (instead of 2.4.0).
Also, since all other dependencies need to participate in the dependency injection to obtain JedisPool via @Inject, I believe it is beneficial for new users to have this piece of information explicitly called out as part of the getting started step.