playframework / play-plugins

CachePlugin
444 stars 161 forks source link

Redis: Added configuration option to use a specific database number #108

Closed mbseid closed 10 years ago

mbseid commented 10 years ago

Added a simple configuration to use a specific database number for a given redis instance. Was only able to use Database number 0.

Now, you can specify the database to use with the configuration key redis.database=1 Defaults to 0.

Updated the configuration, logging, and readme. Thanks for the awesome plugin. Just wanted to share the new feature.

lightbend-cla-validator commented 10 years ago

Hi @mbseid,

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:

http://www.typesafe.com/contribute/cla

mbseid commented 10 years ago

Just signed the Typesafe CLA. Let me know if there is anything else that needs to get done to get this integrated.

Currently working from local repos, but would love to have this part of the standard package.

Cheers (:beer:)