tiny-rdm icon indicating copy to clipboard operation
tiny-rdm copied to clipboard

[FEATURE] display the **Hit Rate** in the statistics view

Open dan-connor opened this issue 7 months ago • 1 comments

Currently, TinyRDM shows basic Redis statistics like memory usage, key count, and uptime.
It would be helpful to also display the Hit Rate (hits / (hits + misses)) in the statistics view.

Use case:
The Hit Rate is a useful metric for evaluating cache efficiency. Including it directly in the UI would make it easier to monitor Redis performance without switching to the CLI.

Thanks for your great work on this tool!

dan-connor avatar May 21 '25 07:05 dan-connor

I am working for the rewrite version, I will consider adding a custom data module display for the status page in this version~

tiny-craft avatar May 28 '25 03:05 tiny-craft