For applications that make extensive use of caching, rate limiting, queues, sessions, or other Redis-based features, having better observability into Redis would be extremely beneficial.
A dedicated Redis monitoring section could provide insights such as the total number of keys, key creation and deletion rates, storage utilization, memory consumption trends, cache hit and miss rates, expiration activity, and historical usage patterns over time. It could also help identify unexpected growth in key counts, excessive key churn, inefficient cache usage, or storage-related issues before they impact application performance.
Having these metrics available directly within the Monitor dashboard would make it much easier to understand how Redis is being used across an application and to troubleshoot performance or scaling issues. Currently, there is limited visibility into Redis activity, and a dedicated monitoring view would significantly improve operational awareness and platform observability.
FA