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. OpenWebUI
  3. Integrated Redis

Integrated Redis

Scheduled Pinned Locked Moved OpenWebUI
10 Posts 3 Posters 147 Views 3 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.
  • firmansiF Offline
    firmansiF Offline
    firmansi
    wrote last edited by
    #1

    Recent OpenWebUI already included with redis management, is there any plan for Cloudron team to have redis activated along with OpenWebUI instance?

    1 Reply Last reply
    2
    • girishG Offline
      girishG Offline
      girish
      Staff
      wrote last edited by
      #2

      I have opened an internal issue to investigate this.

      firmansiF 1 Reply Last reply
      3
      • girishG girish

        I have opened an internal issue to investigate this.

        firmansiF Offline
        firmansiF Offline
        firmansi
        wrote last edited by
        #3

        @girish I truly hope that in the next update, the Cloudron team can integrate Redis into the OpenWebUI instance—especially since Redis appears to already be available within Cloudron. Redis is crucial for enabling real-time communication between client applications and OpenWebUI. Without this feature enabled, OpenWebUI becomes difficult to use for business purposes, particularly when there are many users. The absence of Redis often leads to frequent disconnections in streaming and real-time communication from the client application to the server (OpenWebUI), as well as issues when loading models from inference in the admin panel

        1 Reply Last reply
        0
        • jamesJ Offline
          jamesJ Offline
          james
          Staff
          wrote last edited by
          #4

          I am looking into it.

          1 Reply Last reply
          0
          • jamesJ Offline
            jamesJ Offline
            james
            Staff
            wrote last edited by
            #5

            Hello @firmansi
            Are you referring to the latest release v0.6.19 with the following patch note:

            🚀 Efficient Redis Connection Management: Implemented a shared connection pool cache to reuse Redis connections, dramatically reducing the number of active clients. This prevents connection exhaustion errors, improves performance, and ensures greater stability in high-concurrency deployments and those using Redis Sentinel.

            Would you like this Redis feature you are looking for?

            Since there is also REDIS_SENTINEL_HOSTS for scaled hosting environments like K8S, so I highly doubt you are referring to that one.

            firmansiF 1 Reply Last reply
            0
            • jamesJ james

              Hello @firmansi
              Are you referring to the latest release v0.6.19 with the following patch note:

              🚀 Efficient Redis Connection Management: Implemented a shared connection pool cache to reuse Redis connections, dramatically reducing the number of active clients. This prevents connection exhaustion errors, improves performance, and ensures greater stability in high-concurrency deployments and those using Redis Sentinel.

              Would you like this Redis feature you are looking for?

              Since there is also REDIS_SENTINEL_HOSTS for scaled hosting environments like K8S, so I highly doubt you are referring to that one.

              firmansiF Offline
              firmansiF Offline
              firmansi
              wrote last edited by firmansi
              #6

              @james Hai, that's not what I mean, what i mean is https://docs.openwebui.com/tutorials/integrations/redis/

              The configuration for docker as far as I know

              version: '3.8'
              services:
                redis:
                  image: redis:latest
                  container_name: redis
                  ports:
                    - "6379:6379"
                  command: ["redis-server", "--requirepass", ""]  # Opsional: tambahkan password
              
                open-webui:
                  image: ghcr.io/open-webui/open-webui:main
                  container_name: open-webui
                  ports:
                    - "8080:8080"
                  environment:
                    - REDIS_URL=redis://redis:6379
                    - WEBSOCKET_REDIS_URL=redis://redis:6379
                  depends_on:
                    - redis
                  volumes:
                    - ./data:/app/backend/data
              

              I don't know how to do that in Cloudron

              1 Reply Last reply
              1
              • jamesJ Offline
                jamesJ Offline
                james
                Staff
                wrote last edited by
                #7

                Hello @firmansi
                Thanks for the clarification, I will look into it.

                1 Reply Last reply
                0
                • jamesJ Offline
                  jamesJ Offline
                  james
                  Staff
                  wrote last edited by
                  #8

                  @firmansi
                  I see you have noticed the update https://forum.cloudron.io/post/111557

                  firmansiF 1 Reply Last reply
                  1
                  • jamesJ james

                    @firmansi
                    I see you have noticed the update https://forum.cloudron.io/post/111557

                    firmansiF Offline
                    firmansiF Offline
                    firmansi
                    wrote last edited by
                    #9

                    @james yes, it works like a charm

                    1 Reply Last reply
                    1
                    • jamesJ Offline
                      jamesJ Offline
                      james
                      Staff
                      wrote last edited by
                      #10

                      Hello @firmansi
                      Thanks for the feedback.
                      I was only able to confirm it was working with a debug startup.
                      So it is very good to read from you that it is in fact working.

                      1 Reply Last reply
                      2
                      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