Save yourself the work of writing custom integrations for GraphQL and Redis and use n8n instead. Build adaptable and scalable Data & Storage, Development, 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

Kody Millar
Describe the problem/error/question I am trying to use a GraphQL node to query my Monday account, and it tells me I have an invalid GraphQL schema. However, the exact same schema works on my Monday account both in Postma…

Neal A Richardson Sr
Describe the problem/error/question We have a GraphQL API that uses OAuth 2 for authentication and when the JWT token expires, the API returns a 200 with a nested error message. e.g. Status: 200 OK / Body: {"Errors":[{…

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