Hi Gallatin 21V - Thanks for reaching out.
We use effective memory to calculate UsedMemoryPercentage. By effective memory, it means the memory used for storing keys, subtracting the memory for replication between nodes, memory reserved. Finally,
UsedMemoryPercentage = (UsedMemory - BacklogSizeforReplication) / ( Maxmemory - MaxMemoryReserved - MaxFragmentationMemoryReserved - BacklogSizeforReplication)
Are you observing any issues with the same? Please let us know if you have any further queries. I’m happy to assist you further.
Please "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.