0

We run a Redis add-on on Heroku and I'd like to define the same version in a Puppet provisioning step. Heroku doesn't seem to expose Redis version information anywhere, though. I've tried:

I would prefer not to discover this information programmatically like this question's answer.

Community
  • 1
  • 1
TheCatParty
  • 1,449
  • 12
  • 19

1 Answers1

0

If you're OK with using RedisToGo as in the question you linked to, the information is here:

All new RedisToGo instances run with 2.8.9 as default. If you have an existing instance and need your version upgrading then please drop us a line and we’ll get you set up.

Eli
  • 36,793
  • 40
  • 144
  • 207
  • Thanks for finding that - I came across that information but was unable to verify if Heroku uses the same version for their 'vanilla' Redis add-on. Do you know? – TheCatParty Oct 20 '15 at 20:18