Skip to content

Instantly share code, notes, and snippets.

@ryanoboril
Created October 25, 2019 19:07
Show Gist options
  • Save ryanoboril/a8bd282eb66749c27ff247bac0c2ff76 to your computer and use it in GitHub Desktop.
Save ryanoboril/a8bd282eb66749c27ff247bac0c2ff76 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo yum install -y wget gcc
wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable/src
make redis-cli
sudo cp redis-stable/src/redis-cli /usr/local/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment