My Elasticache cluster has the following settings/parameters
Node type: cache.r5.xlarge
Shards: 15
Number of nodes: 30
reserved-memory-percent: 25
cache.r5.xlarge has memory of 26.32 GiB. So the total memory should be 26.32 * 30 * 0.75 = 592.2 GiB
And running info memory in RedisInsight-v2 got maxmemory_human:19.74G. And 19.74 * 30 = 592.2 GiB
Does info memory return the status of one node? I will need to monitor the usage of the whole cluster (Comparing used_memory_human with maxmemory_human). How can I get the status of all nodes? BTW, how to run RedisInsight-v2 as a command line too so I can automate the comparison?
