πŸ”΄πŸŸ’

Cache Invalidation Pipeline

Intermediate

Data

When a Supabase row changes, the corresponding Redis cache key is automatically invalidated to keep your API fresh.

Workflow Steps

  1. 1
    Supabase realtime trigger fires on row update
  2. 2
    Extract table name and row ID
  3. 3
    Build Redis cache key pattern
  4. 4
    Invalidate matching keys via DEL / UNLINK
  5. 5
    Log invalidation for observability

Ready to build this workflow?

Install the MCPs from the marketplace and start automating in minutes.