Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 349 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 349 Bytes

debian-redis

Repository for our custom build of redis

Setup

$ vagrant up
$ vagrant ssh
$ cd redis

Building

$ ./build

Releasing

$ ./release

Testing

$ sudo dpkg -i redis-*deb   # may fail for missing dependencies
$ sudo apt-get -fy install    # fixes missing dependencies and finishes install