Heroku Elements Update
Heroku users can now attach RedisGreen servers to multiple apps or attach multiple DBs to a single app.
; heroku addons:create redisgreen:starter --as=RG_DB_0 --name rg-db-0
; cd ../another-heroku-app-dir
; heroku addons:attach rg-db-0
All common runtime and private space regions are supported.
RedisMonitor also supports all Heroku Elements features.