I'm trying to monitor how long queries are taking to my Azure hosted Redis cache. It seems the Slow log only logs queries I make through Redis-cli directly when I remote into it rather than when my client application makes any queries to it. I've set the slowlog to log queries slower than 0 as I want to log all queries however this doesn't work.
Any suggestions?