Skip to content

Instantly share code, notes, and snippets.

@houstondapaz
Created June 17, 2020 17:23
Show Gist options
  • Save houstondapaz/573d56e2bb00da04248584501765752f to your computer and use it in GitHub Desktop.
Save houstondapaz/573d56e2bb00da04248584501765752f to your computer and use it in GitHub Desktop.
install just redis-cli
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
@houstondapaz
Copy link
Author

libjemalloc1 libjemalloc-dev gcc make is required

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment