Skip to content

Instantly share code, notes, and snippets.

@hoswey
Last active August 23, 2017 04:44
Show Gist options
  • Save hoswey/5ba5268930c1197c1df08c70bcf6a413 to your computer and use it in GitHub Desktop.
Save hoswey/5ba5268930c1197c1df08c70bcf6a413 to your computer and use it in GitHub Desktop.
install_redis-cli.sh
cd /tmp
wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make
cp src/redis-cli /usr/local/bin/
chmod 755 /usr/local/bin/redis-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment