play-plugins
play-plugins copied to clipboard
CachePlugin
I am using the play redis cache to store Strings (JSON, actually). I'd like those strings to be useful for non-Java applications but noticed that the cache always stores them...
We are trying to implement the play plugin for redis in a project using version 2.2.3 of Play. After adding the suggested dependency to our project's build.sbt folder: "com.typesafe" %%...
I have added the plugin to my conf/play.plugins file, and I have the following in my Build.scala: "com.typesafe" %% "play-plugins-mailer" % "2.1-RC2" I'm using Play 2.1 with Scala 2.10 I...
The MailerAPI send() method returns void and doesn't declare any exceptions. Apparently internally there is a Future somewhere and a EmailException, but I don't get that. All I get is...
I have few test cases in one class and only one will succeed but all others are failed with redis pool exception. How can I make sure other tests can...
Add support for configuring the Redis plugin using a URI. Very useful for those hosting apps on Heroku, where the database configuration is available as a URI in an environmental...
os.indexOf("win")
adding the support for play 2.1.x :)
updated sedis to 1.2.0 which in turn depends on jedis-2.2.2-SNAPSHOT
Hello Peter, New pull request to fix Windows issue It replace my previous pull request. I also signed the CLA F.