MONITOR

    is a debugging command that streams back every command processed by the Dragonfly server. It can help in understanding what is happening to the database. This command can both be used via redis-cli and via telnet.

    The ability to see all the requests processed by the server is useful in order to spot bugs in an application both when using Dragonfly as a database and as a distributed caching system.

    Manually issue the QUIT or RESET commands to stop a stream running via telnet.

    Because of security concerns, no administrative commands are logged by MONITOR‘s output and sensitive data is redacted in the command AUTH.

    Because MONITOR streams back all commands, its use comes at a cost.

    Non standard return value, just dumps the received commands in an infinite flow.