When I look at the Cloudwatch metrics for a redis cache it reports that there are 3 current connections. When I use the CLIENT LIST command through redis-cli the only connection it reports is the ec2 instance that I am using redis-cli from.
I couldn't find any information about how Cloudwatch gets its current connections info. Any ideas?