We support the RedisDocumentation Index
Fetch the complete documentation index at: https://upstash.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
MONITOR command, a debugging command that allows you to see all requests processed by your Redis instance in real-time.
Monitoring Your Usage - Video Guide
In this video, we’ll walk through setting up a monitor instance step-by-step.The
MONITORcommand 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.