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 →
{
"updatedAt": "2026-04-20T22:13:29.442Z",
"createdAt": "2026-04-20T20:18:05.828Z",
"id": "LiqutbL3cd7WnobS",
"name": "EJEMPLO-n8n-redis-end-to-end",
"description": null,
"active": true,
"isArchived": false,
"nodes": [
{
"parameters": {
"path": "test-redis",
"responseMode": "responseNode",
"options": {}
},
"type": "n8n-nodes-base.webhook",
"typeVersion": 2.1,
"position": [
0,
0
],
"id": "0246ac9f-8f8e-460c-9645-c396d209632d",
"name": "Webhook"
},
{
"parameters": {
"operation": "set",
"key": "test:workflow:dj",
"value": "Redis funcionando end-to-end desde N8N",
"expire": true,
"ttl": 300
},
"type": "n8n-nodes-base.redis",
"typeVersion": 1,
"position": [
208,
0
],
"id": "65ef21e4-496d-463e-9c96-60d3d0ef51aa",
"name": "Redis",
"credentials": {
"redis": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"operation": "get",
"key": "test:workflow:dj",
"options": {}
},
"type": "n8n-nodes-base.redis",
"typeVersion": 1,
"position": [
416,
0
],
"id": "cc3505aa-9095-4f79-b278-b1e9cce721d7",
"name": "Redis1",
"credentials": {
"redis": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"options": {}
},
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1.5,
"position": [
528,
0
],
"id": "b0ad4ea0-3009-4881-b928-f82966e1187b",
"name": "Respond to Webhook"
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Redis",
"type": "main",
"index": 0
}
]
]
},
"Redis": {
"main": [
[
{
"node": "Redis1",
"type": "main",
"index": 0
}
]
]
},
"Redis1": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1",
"binaryMode": "separate",
"availableInMCP": false
},
"staticData": null,
"meta": {
"templateCredsSetupCompleted": true
},
"versionId": "3f43b465-0ca5-403d-973e-2e42af5bf296",
"activeVersionId": "16157d73-7b06-49c0-8eb7-1ec8ab7f8649",
"versionCounter": 26,
"triggerCount": 1,
"shared": [
{
"updatedAt": "2026-04-20T20:18:05.834Z",
"createdAt": "2026-04-20T20:18:05.834Z",
"role": "workflow:owner",
"workflowId": "LiqutbL3cd7WnobS",
"projectId": "kOz4cM3t590yiTX0",
"project": {
"updatedAt": "2026-04-06T19:49:50.605Z",
"createdAt": "2026-04-06T05:13:47.025Z",
"id": "kOz4cM3t590yiTX0",
"name": "Jose Raul Ramirez <admin@addendo.io>",
"type": "personal",
"icon": null,
"description": null,
"creatorId": "22729d36-131e-405e-8267-dcd82aca785f"
}
}
],
"tags": [],
"activeVersion": {
"updatedAt": "2026-04-20T20:45:47.000Z",
"createdAt": "2026-04-20T20:42:20.288Z",
"versionId": "16157d73-7b06-49c0-8eb7-1ec8ab7f8649",
"workflowId": "LiqutbL3cd7WnobS",
"nodes": [
{
"parameters": {
"path": "test-redis",
"responseMode": "responseNode",
"options": {}
},
"type": "n8n-nodes-base.webhook",
"typeVersion": 2.1,
"position": [
0,
0
],
"id": "0246ac9f-8f8e-460c-9645-c396d209632d",
"name": "Webhook",
"webhookId": "5a690cf5-8f13-4804-a68f-cae517bd5a04"
},
{
"parameters": {
"operation": "set",
"key": "test:workflow:dj",
"value": "Redis funcionando end-to-end desde N8N",
"expire": true,
"ttl": 300
},
"type": "n8n-nodes-base.redis",
"typeVersion": 1,
"position": [
208,
0
],
"id": "65ef21e4-496d-463e-9c96-60d3d0ef51aa",
"name": "Redis",
"credentials": {
"redis": {
"id": "ffoEKrHDBuMeDB0h",
"name": "Addendo Redis Local"
}
}
},
{
"parameters": {
"operation": "get",
"key": "test:workflow:dj",
"options": {}
},
"type": "n8n-nodes-base.redis",
"typeVersion": 1,
"position": [
416,
0
],
"id": "cc3505aa-9095-4f79-b278-b1e9cce721d7",
"name": "Redis1",
"credentials": {
"redis": {
"id": "ffoEKrHDBuMeDB0h",
"name": "Addendo Redis Local"
}
}
},
{
"parameters": {
"options": {}
},
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1.5,
"position": [
517,
0
],
"id": "b0ad4ea0-3009-4881-b928-f82966e1187b",
"name": "Respond to Webhook"
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Redis",
"type": "main",
"index": 0
}
]
]
},
"Redis": {
"main": [
[
{
"node": "Redis1",
"type": "main",
"index": 0
}
]
]
},
"Redis1": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
}
},
"authors": "Jose Raul Ramirez ",
"name": "v0.1.0 - Prueba Redis end-to-end",
"description": "",
"autosaved": true,
"workflowPublishHistory": [
{
"createdAt": "2026-04-20T20:45:47.867Z",
"id": 116,
"workflowId": "LiqutbL3cd7WnobS",
"versionId": "16157d73-7b06-49c0-8eb7-1ec8ab7f8649",
"event": "activated",
"userId": "22729d36-131e-405e-8267-dcd82aca785f"
}
]
}
}
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.
redis
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
EJEMPLO-n8n-redis-end-to-end. Uses redis. Webhook trigger; 4 nodes.
Source: https://github.com/AddendoGrowthPartner/addendo-website/blob/e0bd0e5ac0632f37365c1e2e10696b169014b007/workflows/archived/LiqutbL3cd7WnobS-EJEMPLO-n8n-redis-end-to-end-20260506.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Automate Video Upload → Auto-Thumbnail → Google Drive. Uses writeBinaryFile, executeCommand, readBinaryFile, googleDrive. Webhook trigger; 9 nodes.
This workflow accepts a video via HTTP upload, verifies it’s a valid video, extracts a thumbnail frame at the 5-second mark using FFmpeg (auto-installs a static build if missing), uploads the image to
This n8n workflow provides a simple yet powerful utility to convert Unix timestamps (seconds since epoch) into the universally recognized ISO 8601 date and time format. This is crucial for harmonizing
This workflow enables seamless, privacy-first capture of meeting notes from your iPhone. It pairs with an iOS Shortcut that leverages Apple’s on-device transcription from the Voice Memos app and optio
Respond With File Download To Incoming Http Request. Uses httpRequest, respondToWebhook. Webhook trigger; 3 nodes.