How to Fix Redis CLI Error Connection Reset by Peer

Zeeshan BaigBlog

Overview Recently we faced an issue with an AWS ElastiCache Redis instance when trying to test the connections from EC2 Instance using Redis CLI, we faced the following error $ ./redis-cli -c -h my-redis-server -p 6379 my-redis-server:6379> set a “hello” Error: … Read More