MONITOR
command, a debugging command that allows you to see all requests processed by your Redis instance in real-time.
MONITOR
command expects a persistent connection and, therefore, does not work over HTTP.ioredis
to connect to our Upstash Redis database. Using an event handler, we can define what should happen for each executed command against on Redis instance. For example, logging all data to the console.