gamenet / redis-memory-analyzer

Redis memory profiler to find the RAM bottlenecks throw scaning key space in real time and aggregate RAM usage statistic by patterns.
MIT License
772 stars 80 forks source link

Does it works with Redis Cluster? #55

Open dceravigupta opened 3 years ago

dceravigupta commented 3 years ago

I'm trying it with Azure Redis Cluster but irrespective of whatever options I pass, it always gives back empty results like

image

andreminelli commented 3 years ago

Same here... Any thoughts about this?

Kremzon commented 3 years ago

Hi, Have a look at my PR that fixes this issue: https://github.com/gamenet/redis-memory-analyzer/pull/58

duke-cliff commented 3 years ago

Hi, Have a look at my PR that fixes this issue:

58

Your PR works for me, thanks!