Skip to content

isc/heroku-buildpack-ci-redis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Warning this is an experimental buildpack and is provided as-is without any promise of support.

Heroku CI buildpack: Redis

This experimental Heroku buildpack vendors Redis into the dyno. It is intended for use with Heroku CI or any other environment where data retention is not important.

Please note that Redis will loose all data each time a dyno restarts.

Usage

The first run of this buildpack will take a while as Redis is downloaded and compiled. Thereafter the compiled version will be cached. Redis will start locally and be available on redis://127.0.0.1:6379 available in the REDIS_URL environment variable.

About

An experimental buildpack to provide Redis running inside CI dynos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%