# heroku-buildpack-redis **Repository Path**: mirrors_getsentry/heroku-buildpack-redis ## Basic Information - **Project Name**: heroku-buildpack-redis - **Description**: Inline redis-server :> - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Heroku buildpack: redis ====================== This is a [Heroku buildpack](http://devcenter.heroku.com/articles/buildpacks) 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](https://github.com/ddollar/heroku-buildpack-multi), 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.