9951 explained code solutions for 126 technologies


redisHow to monitor commands on Redis server


processlist debug

redis-cli MONITORctrl + c
redis-cli

launch Redis CLI interface in interactive mode

MONITOR

will print all commands executed by the server in real time (ctrl+c to exit)