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
| 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 |