I'm running AWS Elasticache Redis configured with a node type cache.r5.xlarge. Per the configuration, the maxmemory should be 28261849702 (28G). This is gotten from
However when connecting to the redis endpoint, it's showing only 19G:
(from the 'info' command)
# Memory ... maxmemory:21196387277 maxmemory_human:19.74G maxmemory_policy:volatile-lru ... I'm wondering if anyone can explain the discrepancy?