Save yourself the work of writing custom integrations for Redis and Snowflake and use n8n instead. Build adaptable and scalable Development, Data & Storage, workflows that work with your technology stack. All within a building experience you will love.
In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, another workflow, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.
Delete
Delete a key from Redis
Get
Get the value of a key from Redis
Increment
Atomically increments a key by 1. Creates the key if it does not exist.
Info
Returns generic information about the Redis instance
Keys
Returns all the keys matching a pattern
List Length
Returns the length of a list
Pop
Pop data from a redis list
Publish
Publish message to redis channel
Push
Push data to a redis list
Set
Set the value of a key in redis
Execute Query
Execute an SQL query
Insert
Insert rows in database
Update
Update rows in database

Pierre-Louis Bescond
Hi, n8n newbie here :sweat_smile: I have trouble understanding how I can parse the information sent back by the “Snowflake - Execute Query” node. The workflow I’ve built gets an order reference through the chat {{ $fr…

Carlo
Hi, I’m stuck with a problem in my n8n workflow. I’m trying to retrieve all the messages stored in a Redis list (used by my chatbot), but with the Redis node i can only returns the last element of the list or SET. What…
The world's most popular workflow automation platform for technical teams including
Build complex workflows, really fast