Installation redis cli

# Installation tuto here : <https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/GettingStarted.ConnectToCacheNode.html>

sudo apt install -y gcc libjemalloc-dev tcl clang wget
wget <http://download.redis.io/redis-stable.tar.gz>
tar xvzf redis-stable.tar.gz
cd redis-stable
make distclean
sudo CC=clang make BUILD_TLS=yes

Connect to elasticache instance using redis cli

# Tester la connexion avev l'instance
src/redis-cli -h clustercfg.keltio-prod-redis-cluster.40qlrv.euw3.cache.amazonaws.com -p 6379 --tls ping

# Se connecter sur l'instance
src/redis-cli -h clustercfg.keltio-prod-redis-cluster.40qlrv.euw3.cache.amazonaws.com -p 6379 --tls