Skip to content

Instantly share code, notes, and snippets.

@icecreammatt
Created April 7, 2014 23:49
Show Gist options
  • Save icecreammatt/10074535 to your computer and use it in GitHub Desktop.
Save icecreammatt/10074535 to your computer and use it in GitHub Desktop.
Install's the latest stable redis release
#!/bin/bash
wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make
cp src/redis-server /usr/local/bin
cp src/redis-cli /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment