I'd like to better understand what ServiceStack.Redis is doing under the hood. My hope was that I could hook up a debug/console logger and it would just output the executed commands to that logger, but I haven't been able to find the appropriate API. I did find several references to using LogManager.LogFactory = new DebugLogFactory but even after doing this nothing from ServiceStack appears in my debug output.
I also tried using the MONITOR command from the redis-cli but there seems to be some problem with it when using the windows port of redis as it gives me the following error: (error) ERR unknown command 'monitor'.