Last active
May 14, 2017 19:03
-
-
Save semihozkoroglu/462015423ef71ddb5c938dc55c1952e0 to your computer and use it in GitHub Desktop.
How to install redis to amazon server
This file contains 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
[ec2-user ~]$ sudo yum-config-manager --enable epel | |
[ec2-user ~]$ sudo yum install redis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment