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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does it works with Redis Cluster?

dceravigupta opened this issue · comments

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

image

Same here... Any thoughts about this?

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

commented

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

Your PR works for me, thanks!