Created
October 22, 2021 11:30
-
-
Save felixprojekt/f6227da62eac58ea2ab557cf8e8d63d3 to your computer and use it in GitHub Desktop.
Install redis-cli on linux
This file contains 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
sudo yum install -y gcc wget | |
wget http://download.redis.io/redis-stable.tar.gz && tar xvzf redis-stable.tar.gz && cd redis-stable && make | |
sudo cp src/redis-cli /usr/bin/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment