Skip to content

Instantly share code, notes, and snippets.

View rogerlin0330's full-sized avatar
🎯
Focusing

Roger Lin rogerlin0330

🎯
Focusing
View GitHub Profile
@rogerlin0330
rogerlin0330 / install-redis.sh
Last active April 30, 2021 21:27 — forked from FUT/install-redis.sh
Install Redis on EC2
1. Install Linux updates, followed by GCC and Make
sudo yum update
sudo yum install gcc make
sudo yum install tcl
2. Download, Untar and Make Redis 6.2.2 (check here http://redis.io/download)
cd /tmp