Connect Redis on EC2 Instance

0 minute read

Installl Redis CLI on EC2

sudo apt-get install redis

Connect to Redis

redis-cli -h cache-001.xxxxxx.0001.euc1.cache.amazonaws.com -c -p 6379