Receiving mail notice of low memory, but i have no evidence

Hi everyone.
It’s my first post in the community :slight_smile:

First of all, I have not so much experience with Redis, but i’m experimenting a strange situation.
I’m receiving email from Aiven which tell me i’m in a situation of low memory. Looking at the metrics, disk usage is about 17% and used memory is 60%. Despite this data, redis started to stop accepting writes and at the moment i can’t edit the configuration of “noeviction” because of some issues in the software using it.

Is there a solution for this problem or, if possible, a way to understand the limits of my redis deploy?

I’m currently running on free plan and i have more or less 1 million keys stored

Thanks in advance.

1 Like

I’ll ask the team, @Different_Web. Also: welcome!

If you check the memory metric on the console and see the 60%, it might look like false positive because that’s the memory usage for the node - not the Redis service. Can you share the service info in a DM so we can check your Redis memory usage?

My colleague also mentioned that the INFO and MEMORY STATS commands provide much more reliable information on the memory usage of your Redis service.