Redis workflows
26 results — 13 downloadable workflow files, 13 source-linked n8n references
Redis-Governed Batch Subworkflow Dispatcher
A callable batch dispatcher that validates parent input, checks and records request state in Redis, verifies a target n8n subworkflow, filters disabled batch items, invokes the worker once, and exposes process, status, and controlled release actions.
Webhook with HTTP Request & Notion
On a webhook or schedule, syncs tasks across Notion, Todoist, and Redis, compares datasets, and emails digests via Gmail.
Webhook with Airtable
On a webhook call, stores the incoming data in Airtable and caches it in Redis.
Redis Webhook Cache Router
On a webhook request, processes data in code, reads or writes Redis, then branches via switch.
Telegram with HTTP Request — Redis
On a Telegram message, routes commands, calls HTTP APIs, caches state in Redis, and replies on Telegram.
Redis Automation
When called by another workflow, routes via a switch and reads or writes values in Redis.
Redis with Schedule
On a schedule, reads from Redis, calls an HTTP API, and posts the merged result to Microsoft Teams.
Redis & HTTP Request
On a schedule, fetches data over HTTP, caches it in Redis, and posts the result to Microsoft Teams.
Redis with Execute Workflow & Schedule
On a schedule, reads keys from Redis, filters and branches on them, and triggers a sub-workflow when conditions match.
Set Redis Key Value
On manual trigger, reads or writes a key value in Redis.
Create YouTube Video RSS Feed with Redis Caching and Embedded Video Player
On a webhook request, reads RSS feeds and fetches YouTube videos with Redis caching, returning a merged video feed response.
Build a Redis Powered Crud App with Html Frontend
On a webhook request, runs create, read, update, and delete operations against Redis and returns an HTML frontend response.
Notion Todoist Two-Way Sync
On webhook and schedule triggers, syncs tasks two-way between Notion and Todoist using Redis state, emailing updates via Gmail.
Poll video generation status from KIE.ai and deliver via Telegram (Sanitized)
On a webhook, polls KIE.ai video status via HTTP, caches in Redis, stores output in S3, and delivers via Telegram.
Sync Tasks Between Todoist and Notion with Redis Powered 2 Way Logic
On Todoist or Notion changes, syncs tasks two-way between them, using Redis to track state and prevent update loops.
Sync Tasks Between Notion and Todoist in Both Directions
On webhook or form submission, syncs tasks bidirectionally between Notion and Todoist, using Redis to track state and prevent update loops.
Notion to OneNote for note taking.
On a webhook, routes cached items from Redis and creates corresponding notes in Notion via HTTP requests.
Debouncer
On a sub-workflow call, debounces incoming events using Redis keys and a wait window before releasing batched items.
Prevent Duplicate Processing with Redis Item State Tracking
When triggered by another workflow, checks Redis for item state to skip duplicates before recording new entries in Google Sheets.
Generate Text to Video Content with Telegram & OpenAI
On a Telegram message, generates text-to-video content, caching state in Redis, storing files in S3, and uploading to YouTube.
Login System
On a Telegram message, verifies users against Google Sheets and caches session state in Redis.
Classify Gmail Leads with Groq AI and Sync Sla Cases to Supabase Via Redis
On a Redis event, classifies Gmail leads with Groq, extracts SLA case details, and syncs records to Postgres via Redis.
Prevent concurrent workflow runs using Redis
When called by another workflow, uses Redis locks to detect concurrent runs, waiting or proceeding to prevent overlap.
Scheduled Redis Data Check
On a schedule, reads Redis keys, filters the records, and conditionally runs follow-up actions.