Skip to content

Instantly share code, notes, and snippets.

@felixprojekt
Created October 22, 2021 11:30
Show Gist options
  • Save felixprojekt/f6227da62eac58ea2ab557cf8e8d63d3 to your computer and use it in GitHub Desktop.
Save felixprojekt/f6227da62eac58ea2ab557cf8e8d63d3 to your computer and use it in GitHub Desktop.
Install redis-cli on linux
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