Updates the REDIS_URL
environment variable to point to a specific REDIS provider URL.
$ heroku plugins:install https://github.com/busbud/heroku-redis-promote
$ heroku redis
No REDIS instance currently set to REDIS_URL
Available REDIS providers
REDISTOGO_URL
$ heroku redis:promote REDISTOGO_URL
Promoting REDISTOGO_URL...
Promoted! Heroku will restart the app.
MIT