MONITOR
Syntax
MONITOR
Description
Stream back all commands being processed by the Pogocache server This command is intended for debugging purposes only. Using it in production may slow down other operations of the database.
Must be used with a RESP client or from Telnet, does not work with other wire protocols. Once the monitoring starts all commands will stream back as quickly as they are processed. To stop monitoring, send a QUIT command, or a Ctrl-C, or simply close the connection.
Example
> MONITOR
1757596694.284599 [0 127.0.0.1:57954] "set" "key1" "value"
1757596702.100411 [0 127.0.0.1:57954] "keys" "*"
1757596713.627755 [0 127.0.0.1:57954] "dbsize"
1757596717.476055 [0 127.0.0.1:57954] "get" "key1"
1757596722.220354 [0 127.0.0.1:57954] "flush"