Workflow: Manual Redis Automate

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                270,
                320
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "Redis",
            "type": "n8n-nodes-base.redis",
            "position": [
                470,
                320
            ],
            "parameters": {
                "key": "hello",
                "options": [],
                "operation": "get"
            },
            "credentials": {
                "redis": "redis-docker_creds"
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Redis",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Splitout Webhook Automation Webhook
View
Code Noop Send Triggered
View
Create entry in Mailchimp from Airtable
View
Schedule Spotify Create Scheduled
View
Wait Splitout Create Webhook
View
Splitout Elasticsearch Create Webhook
View
Form GoogleSheets Create Triggered
View
Integrating AI with Open-Meteo API for Enhanced Weather Forecasting
View
HTTP GoogleSheets Update Webhook
View
Error Slack Automate Triggered
View