Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

getsentry/heroku-buildpack-redis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Heroku buildpack: redis

This is a Heroku buildpack for adding redis to your application.

Testing

heroku build -b .

Multipacks

More likely, you'll want to use it as part of a larger project, which needs to use redis. The easiest way to do this is with a multipack, where this is just one of the buildpacks you'll be working with.

$ cat .buildpacks
git://github.com/heroku/heroku-buildpack-ruby.git
git://github.com/dz0ny/heroku-buildpack-redis.git

$ heroku config:add BUILDPACK_URL=git://github.com/ddollar/heroku-buildpack-multi.git

This will bundle redis into your instance without impacting your existing system.

About

Inline redis-server :>

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%