Being able to see what items Redis is saving to and serving from its cache in real-time is very useful from a debugging point of view. Thankfully this is easy to do from the Azure portal.
First go to your Redis instance and click on Console as shown below…
… and then run the monitor command. The below example shows that Redis cache has served two requests for the cache item “products” since we started monitoring.
One thought on “How to monitor Azure Redis cache activity in real time from the Azure portal”