How to use redis in n8n
-
This is currently only possible on Cloudron if we add the redis addon to the n8n package in the
CloudronManifest.json
.Given that this is a separate docker container, can you give more background for what it is used there and with which extension, so we can discuss if its worth it or if we should seek some other custom solution.
-
N nebulon marked this topic as a question on
-
This is currently only possible on Cloudron if we add the redis addon to the n8n package in the
CloudronManifest.json
.Given that this is a separate docker container, can you give more background for what it is used there and with which extension, so we can discuss if its worth it or if we should seek some other custom solution.
@nebulon but in that way i should update n8n manualy? there are not a way to make it run with a enviroment variable?
-
This is currently only possible on Cloudron if we add the redis addon to the n8n package in the
CloudronManifest.json
.Given that this is a separate docker container, can you give more background for what it is used there and with which extension, so we can discuss if its worth it or if we should seek some other custom solution.
@nebulon nice... i follow the docs and get it working
I will lost automatic updates, but ok. I have redis now
-
G girish has marked this topic as solved on
-
@nebulon nice... i follow the docs and get it working
I will lost automatic updates, but ok. I have redis now
-
@robi yes. I didnt thing about this. simple and good.
-
@nebulon nice... i follow the docs and get it working
I will lost automatic updates, but ok. I have redis now
@nennogabriel How do you do that? Can you share with everyone how to do it? Thank you.
-
The main database for the n8n package is Postgres on Cloudron and that is integrated. Redis is not at the moment.
-
You should be able to integrate your external redis via env variables https://docs.cloudron.io/apps/n8n/#custom-env
upstream docs for this are at https://docs.n8n.io/hosting/configuration/environment-variables/queue-mode/