n8n
Workflow
Get The Value Of A Key From Redis
This n8n workflow retrieves tasks and integrates with various services. Get The Value Of A Key From Redis - ready to import and run in your n8n instance.
n8n
workflow.json
About This Script
This n8n workflow retrieves tasks and integrates with various services. Get The Value Of A Key From Redis - ready to import and run in your n8n instance.
Features:
- Automates workflow tasks
- Ready to import into n8n
- Configurable parameters
- Retrieves data from external sources
Source Code
{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
270,
320
],
"parameters": [],
"typeVersion": 1,
"id": "2d59201f-dd52-4ec1-8cfb-daa4e07ab312"
},
{
"name": "Redis",
"type": "n8n-nodes-base.redis",
"position": [
470,
320
],
"parameters": {
"key": "hello",
"options": [],
"operation": "get"
},
"credentials": {
"redis": "redis-docker_creds"
},
"typeVersion": 1,
"id": "279d4032-5119-498a-a56f-d12cfdbc82db"
}
],
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "Redis",
"type": "main",
"index": 0
}
]
]
}
},
"n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n
#automation
#workflow