eve-seat / seat

SeAT 0x. [UNSUPPORTED]
https://github.com/eveseat/seat
MIT License
69 stars 38 forks source link

[Proposal] Add Redis DB to env.php #396

Closed ghost closed 9 years ago

ghost commented 9 years ago

This PR adds the ability to switch Redis DB number in environment variables. A change for install command is included, existing installs need to add 'redis_dbnr' => 0, to their .env.php file.

Reason for change is that you can use another DB of your single Redis instance instead of spawning a new Redis instance on another port and monitoring a multitude of Redis instances.