Skip to content

Commit

Permalink
Removed database id restriction from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelCemus committed Jun 26, 2017
1 parent af76433 commit 79bc806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ There is already default configuration but it can be overwritten in your `conf/a
|-------------------------------------|---------:|--------------------------------:|-------------------------------------|
| play.cache.redis.host | String | `localhost` | redis-server address |
| play.cache.redis.port | Int | `6379` | redis-server port |
| play.cache.redis.database | Int | `1` | redis-server database, 1-15 |
| play.cache.redis.database | Int | `1` | redis-server database |
| play.cache.redis.timeout | Duration | `1s` | conversion timeout applied by `SyncAPI` to convert `Future[T]` to `T`|
| play.cache.redis.dispatcher | String | `akka.actor.default-dispatcher` | Akka actor |
| play.cache.redis.configuration | String | `static` | Defines which configuration source enable. Accepted values are `static`, `env`, `custom` |
Expand Down

0 comments on commit 79bc806

Please sign in to comment.