Real-time Monitoring

Difficulty: Intermediate

Question

What is the 'MONITOR' command used for?

Answer

It shows every command processed by the Redis server in real-time. Useful for debugging, but has a performance hit.

Concepts covered

Monitoring, Debugging