Created
March 15, 2019 07:28
-
-
Save ox1111/868ac02db474e13f416b4247e30a5eb1 to your computer and use it in GitHub Desktop.
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
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