redis-cli MONITOR

Category: Databases & SQL

redis-cli MONITOR

Stream every command the server receives

Prints all commands in real time, useful for debugging a specific client. The overhead can double server load, so do not leave it running in production. Related: SLOWLOG GET.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.