Skip to content

Instantly share code, notes, and snippets.

@mani95lisa
Created June 19, 2013 09:52
Show Gist options
  • Save mani95lisa/5813125 to your computer and use it in GitHub Desktop.
Save mani95lisa/5813125 to your computer and use it in GitHub Desktop.
wget http://redis.googlecode.com/files/redis-2.6.13.tar.gz
tar xzf redis-2.6.13.tar.gz
cd redis-2.6.13
make
mkdir -p /usr/local/bin
cp -pf redis-server /usr/local/bin
cp -pf redis-benchmark /usr/local/bin
cp -pf redis-cli /usr/local/bin
cp -pf redis-check-dump /usr/local/bin
cp -pf redis-check-aof /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment