Save yourself the work of writing custom integrations for Nextcloud and Redis and use n8n instead. Build adaptable and scalable 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.
Copy
Copy a file
Delete
Delete a file
Download
Download a file
Move
Move a file
Share
Share a file
Upload
Upload a file
Copy
Copy a folder
Create
Create a folder
Delete
Delete a folder
List
Return the contents of a given folder
Move
Move a folder
Share
Share a folder
Create
Invite a user to a NextCloud organization
Delete
Delete a user
Get
Retrieve information about a single user
Get Many
Retrieve a list of users
Update
Edit attributes related to a user
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

Mark L.
Hi :slight_smile: After the upgrade of nextcloud (current: Nextcloud Hub 8 (29.0.2)) I bump into “Cannot read properties of undefined (reading ‘error’)” while using the “COPY” function (I suspect the “MOVE” might cause …

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