Skip to content

Instantly share code, notes, and snippets.

@ox1111
Created March 15, 2019 07:28
Show Gist options
  • Save ox1111/868ac02db474e13f416b4247e30a5eb1 to your computer and use it in GitHub Desktop.
Save ox1111/868ac02db474e13f416b4247e30a5eb1 to your computer and use it in GitHub Desktop.
wget http://download.redis.io/redis-stable.tar.gz
tar xvf redis-stable.tar.gz
make
sudo make install
redis-server --protected-mode no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment