hubot-redis-brain icon indicating copy to clipboard operation
hubot-redis-brain copied to clipboard

Add basic support for CloudFoundry Redis

Open quickjp2 opened this issue 6 years ago • 0 comments

CloudFoundry automatically injects Redis info into apps via the VCAP_SERVICES environment variable. I've added code to use that env var when a user adds info about the service they chose and uses the name of the service as the Redis prefix.

I've added documentation for what env vars to set, as well as a test to check the call that uses the CF env vars.

I believe I've followed best practices, but if you notice something off, let me know and I can fix it. 😄

quickjp2 avatar Oct 04 '17 20:10 quickjp2