I added heroku-redis as an addon to one of my dynos and it states that the URI for the redis instance can change. The URI for that instance is set as a config var in my dyno. Is there any way to set that config var to automatically update if/when the URI for the redis instance changes?
Fumbled through documentation and searched through stackoverflow.