Created
June 17, 2020 17:23
-
-
Save houstondapaz/573d56e2bb00da04248584501765752f to your computer and use it in GitHub Desktop.
install just redis-cli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
libjemalloc1 libjemalloc-dev gcc make is required