Last active
June 6, 2020 13:30
-
-
Save enesusta/ff4d351bde3f1843d58ad3b2bc180d6e to your computer and use it in GitHub Desktop.
Redis script
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
#!/bin/bash | |
wget http://download.redis.io/releases/redis-6.0.4.tar.gz | |
tar xzf redis-6.0.4.tar.gz | |
cd redis-6.0.4/src | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment