In Redis there's a MONITOR command that is quite handy to watch all the commands that are being processed.
Once you've started monitoring, is there any way to stop monitoring from the same session?
If you kill the connection, does the monitoring end (as opposed to resource-intensive monitoring continuing on the server)?