Skip to content

Instantly share code, notes, and snippets.

@sbuljat
Last active October 2, 2017 15:30
Show Gist options
  • Save sbuljat/d80df29d375c7c9072ac7f560c566e53 to your computer and use it in GitHub Desktop.
Save sbuljat/d80df29d375c7c9072ac7f560c566e53 to your computer and use it in GitHub Desktop.

Install Redis 4.0.2 on AWS EC2

sudo yum update -y
sudo yum install docker -y
sudo service docker start
sudo docker run -p 6379:6379 -d --restart always redis:4.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment