AutomationFlowsData & Sheets › Del Redis Supa

Del Redis Supa

del_redis_supa. Uses redis, supabase. Event-driven trigger; 12 nodes.

Event trigger★★★★☆ complexity12 nodesRedisSupabase
Data & Sheets Trigger: Event Nodes: 12 Complexity: ★★★★☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "del_redis_supa",
  "nodes": [
    {
      "parameters": {
        "operation": "delete",
        "key": "=pedido-557988381612"
      },
      "name": "Apagar Chave",
      "type": "n8n-nodes-base.redis",
      "typeVersion": 1,
      "position": [
        -100,
        160
      ],
      "id": "6b3b7b08-def7-443c-89c9-db9d910486fa",
      "credentials": {
        "redis": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {},
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        -380,
        160
      ],
      "id": "63cce9f4-4a76-410d-a9d2-a51ca43fe796",
      "name": "When clicking \u2018Test workflow\u2019"
    },
    {
      "parameters": {
        "operation": "delete",
        "key": "=557598307594"
      },
      "name": "Apagar Chave2",
      "type": "n8n-nodes-base.redis",
      "typeVersion": 1,
      "position": [
        280,
        160
      ],
      "id": "fb17222d-413f-41a4-9f5b-9db3e797e635",
      "credentials": {
        "redis": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "operation": "delete",
        "key": "=pedido-557598307594"
      },
      "name": "Apagar Chave3",
      "type": "n8n-nodes-base.redis",
      "typeVersion": 1,
      "position": [
        500,
        160
      ],
      "id": "0de8d67c-62f3-4d15-961b-edcf592bb521",
      "credentials": {
        "redis": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "operation": "delete",
        "key": "=5579883981612"
      },
      "id": "b6870aea-1ab1-4c6e-b99b-056cc95451a1",
      "name": "RedisPushMsgs",
      "type": "n8n-nodes-base.redis",
      "typeVersion": 1,
      "position": [
        260,
        -120
      ],
      "credentials": {
        "redis": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "operation": "delete",
        "key": "=msgs-557988381612"
      },
      "name": "Apagar Chave4",
      "type": "n8n-nodes-base.redis",
      "typeVersion": 1,
      "position": [
        700,
        160
      ],
      "id": "5f7c2caf-8294-4d86-b2bf-926e435ccd18",
      "credentials": {
        "redis": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "operation": "delete",
        "tableId": "chats",
        "filters": {
          "conditions": [
            {
              "keyName": "id",
              "condition": "lt",
              "keyValue": "10000"
            }
          ]
        }
      },
      "type": "n8n-nodes-base.supabase",
      "typeVersion": 1,
      "position": [
        -160,
        420
      ],
      "id": "56bf5111-ad92-4ceb-8854-de6eb48bf9f8",
      "name": "Supabase",
      "alwaysOutputData": true,
      "credentials": {
        "supabaseApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "operation": "delete",
        "tableId": "chat_messages",
        "filters": {
          "conditions": [
            {
              "keyName": "id",
              "condition": "lt",
              "keyValue": "10000"
            }
          ]
        }
      },
      "type": "n8n-nodes-base.supabase",
      "typeVersion": 1,
      "position": [
        60,
        420
      ],
      "id": "e1b1d5ab-68ff-4f8f-9b01-ad514ba607a4",
      "name": "Supabase1",
      "credentials": {
        "supabaseApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "operation": "keys",
        "keyPattern": "=status*"
      },
      "name": "status",
      "type": "n8n-nodes-base.redis",
      "typeVersion": 1,
      "position": [
        -60,
        -120
      ],
      "id": "a071fe00-e662-4aeb-b047-0bceafc1d5d5",
      "credentials": {
        "redis": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "operation": "delete",
        "key": "=557988381612"
      },
      "name": "557988381612",
      "type": "n8n-nodes-base.redis",
      "typeVersion": 1,
      "position": [
        100,
        160
      ],
      "id": "d62113a9-e40d-4d1f-b78b-8304d09099f4",
      "credentials": {
        "redis": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "operation": "delete",
        "key": "=status-557988381612"
      },
      "name": "Apagar status-557988381612",
      "type": "n8n-nodes-base.redis",
      "typeVersion": 1,
      "position": [
        920,
        180
      ],
      "id": "7985445a-e680-470e-a869-85076feaae75",
      "credentials": {
        "redis": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "operation": "keys",
        "keyPattern": "=*"
      },
      "name": "busca",
      "type": "n8n-nodes-base.redis",
      "typeVersion": 1,
      "position": [
        -320,
        -120
      ],
      "id": "3de5dcca-d7e5-4924-8663-dbdf0c1cab69",
      "credentials": {
        "redis": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "When clicking \u2018Test workflow\u2019": {
      "main": [
        [
          {
            "node": "Apagar Chave",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Apagar Chave": {
      "main": [
        [
          {
            "node": "557988381612",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Apagar Chave2": {
      "main": [
        [
          {
            "node": "Apagar Chave3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Apagar Chave3": {
      "main": [
        [
          {
            "node": "Apagar Chave4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Apagar Chave4": {
      "main": [
        [
          {
            "node": "Apagar status-557988381612",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Supabase": {
      "main": [
        [
          {
            "node": "Supabase1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "status": {
      "main": [
        []
      ]
    },
    "557988381612": {
      "main": [
        [
          {
            "node": "Apagar Chave2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Apagar status-557988381612": {
      "main": [
        [
          {
            "node": "Supabase",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "c081c016-21e2-495a-945e-33cca4c54495",
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "id": "SfsX6GDNDeQD9MFV",
  "tags": []
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

del_redis_supa. Uses redis, supabase. Event-driven trigger; 12 nodes.

Source: https://github.com/UanBeiral/restauranteai/blob/cab01e7ff3610c0db81e2a5a2544362c43bd3413/n8n/del_redis_supa.json — original creator credit. Request a take-down →

More Data & Sheets workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Data & Sheets

Agendamiento_v2. Uses n8n-nodes-evolution-api, redis, httpRequest, executeWorkflowTrigger. Event-driven trigger; 59 nodes.

N8N Nodes Evolution Api, Redis, HTTP Request +3
Data & Sheets

Cancelacion_v2. Uses executeWorkflowTrigger, redis, httpRequest, n8n-nodes-evolution-api. Event-driven trigger; 46 nodes.

Execute Workflow Trigger, Redis, HTTP Request +3
Data & Sheets

This enables webhooks for nearly realtime updates (every 5 seconds) from Notion Databases.

Notion, Supabase, Execute Workflow Trigger +1
Data & Sheets

dummy_client - Shopify abandoned carts. Uses httpRequest, shopifyTrigger, whatsApp, supabase. Event-driven trigger; 25 nodes.

HTTP Request, Shopify Trigger, WhatsApp +2
Data & Sheets

This workflow automatically collects historical price data from Polymarket Up/Down markets and stores it in Supabase, creating a structured and query-ready dataset for analysis. By continuously fetchi

Form Trigger, HTTP Request, Data Table +1