Questions tagged [heroku-redis]

47 questions
0
votes
1 answer

How can I set a Heroku dyno config var dynamically, such as the REDIS_URL, based on the current url for that addon?

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…
0
votes
0 answers

Can Heroku Redis (or similar Redis add-on) also serve as a message queue?

I haven't found much documentation on "standalone" Redis VS Heroku Redis, so I'm not quite sure whether the below is feasible for an add-on version. I'd like to create a scalable architecture suitable for real-time communication between client and…
1 2 3
4