iron-redis
iron-redis copied to clipboard
Feature: make redis password configurable
We should be able to make the requirepass directive configurable instead of having to modify the redis config.
Ideally this should be done using confd to not have to run some kind of shell. So:
- confd loads whitelisted environment variables
- confd replaces environment variables in confd templates
- confd generates redis configuration in /tmp/
- redis starts with config read in /tmp/