This short setup will show you how to install redis-cli
on AWS EC2 without having to install the whole Redis Server.
On your EC2 instance run the following commands:
sudo yum install gcc
This may return an "already installed" message, but that's OK. After that, just run: