play-plugins
play-plugins copied to clipboard
CachePlugin
Results
51
play-plugins issues
Sort by
recently updated
recently updated
newest added
would make using this on heroku easier, since they give you a redis url. so application conf could look like redis.url=${REDISTOGO_URL} and used like... val redisUrl = new URI(current.config.getString("redis.url").get) val...