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

Add namespace separator argument for redis databases. #48

Closed mrmdrogers closed 5 years ago

mrmdrogers commented 5 years ago

Since redis does not strictly enforce colon as the namespace delimiter, it is possible to use a non-standard character such as a hyphen in practice.

Without the ability to provide a non-standard delimiter to the analyzer, every key is treated as unique and the profiler is unable to accurately print an analysis of the memory.