Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. N8N
  3. Redis for n8n

Redis for n8n

Scheduled Pinned Locked Moved N8N
5 Posts 4 Posters 666 Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Online
    Z Online
    zonzonzon
    wrote on last edited by
    #1

    I installed another application on Cloudron and I saw that the application has Redis. Can I leverage that Redis for the queue in my n8n, or do I need to install Redis elsewhere? Thank you.

    1 Reply Last reply
    0
    • J Offline
      J Offline
      joseph
      Staff
      wrote on last edited by
      #2

      @zonzonzon are you rferring to https://docs.n8n.io/hosting/scaling/queue-mode/#start-redis ? I have to say such a setup might be an overkill for Cloudron. (as in , having multiple workers + horizontal scaling) . The package is designed for a single node deployment.

      1 Reply Last reply
      1
      • JOduMonTJ Offline
        JOduMonTJ Offline
        JOduMonT
        wrote last edited by JOduMonT
        #3

        hi;

        I know it's not the same question but the title remain appropriate.

        I just deployed the n8n 1.115.3 via the Package Version io.n8n.cloudronapp@3.105.1
        and I noticed that Redis is available 🙂

        my questions are;

        1. is it safe the reuse that Redis for my has memory for my AI Agent (inside n8n) ?
        2. is this Redis isolated and dedicated to n8n instance ?
        • BTW: I used "Database Number": 1.
        jamesJ 1 Reply Last reply
        1
        • JOduMonTJ JOduMonT

          hi;

          I know it's not the same question but the title remain appropriate.

          I just deployed the n8n 1.115.3 via the Package Version io.n8n.cloudronapp@3.105.1
          and I noticed that Redis is available 🙂

          my questions are;

          1. is it safe the reuse that Redis for my has memory for my AI Agent (inside n8n) ?
          2. is this Redis isolated and dedicated to n8n instance ?
          • BTW: I used "Database Number": 1.
          jamesJ Offline
          jamesJ Offline
          james
          Staff
          wrote last edited by
          #4

          Hello @JOduMonT

          @JOduMonT said in Redis for n8n:

          is it safe the reuse that Redis for my has memory for my AI Agent (inside n8n) ?

          Could you please elaborate what you mean by "safe" so I can give a more precise response?
          In general, yes you can use the Redis service of your app for your app with no issues.

          @JOduMonT said in Redis for n8n:

          is this Redis isolated and dedicated to n8n instance ?

          Yes, if an app comes with a Redis service, this Redis service is available to this app.
          By default, only the app that creates its own Redis service uses this Redis service.

          But to be very precise, it is not fully isolated to this app only.
          Meaning?
          As an example, you have the N8N app and the LAMP app.
          Both have a Redis service.
          If you get the credentials of the LAMP Redis service, you could connect from the N8N app to the LAMP Redis service.
          Same with other services like PostgreSQL, MYSQL and so on.

          That can be very useful, since you could connect to the other services in N8N.
          I have a LAMP app with my custom Webpage and Database and can connect to this Database with the N8N app to do some automation.

          If you have more questions, feel free to ask away.

          1 Reply Last reply
          0
          • JOduMonTJ Offline
            JOduMonTJ Offline
            JOduMonT
            wrote last edited by JOduMonT
            #5

            @james
            safe as in I want to avoid corruption
            this is way I pick database number 1 😉

            because if; Redis is shared between all the container and attribute different database to each of them
            then if manually I use a database number (such as 1)
            I might shoot data and disrupt one of my services.

            PS: I don't really know Redis
            but I presume, as in any database, data integrity is important.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Bookmarks
            • Search