[PR #638] [CLOSED] feat: Add support for Redis in Cluster Mode #677

Closed
opened 2026-02-15 18:15:31 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/638
Author: @erhhung
Created: 7/30/2025
Status: Closed

Base: mainHead: redis-cluster


📝 Commits (3)

  • 62d87f9 enh: support for Redis in cluster mode
  • 47c27f8 Tweaked REDIS_URL examples
  • 085bb24 Merge branch 'open-webui:main' into redis-cluster

📊 Changes

1 file changed (+30 additions, -4 deletions)

View changed files

📝 docs/getting-started/env-configuration.md (+30 -4)

📄 Description

Updated documentation on Redis related environment variables corresponding to changes in open-webui/open-webui PR #16160 in order to address open-webui/open-webui issue #16157:

  • REDIS_URL
  • REDIS_CLUSTER_MODE NEW
  • WEBSOCKET_REDIS_URL
  • WEBSOCKET_REDIS_CLUSTER_MODE NEW

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/638 **Author:** [@erhhung](https://github.com/erhhung) **Created:** 7/30/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `redis-cluster` --- ### 📝 Commits (3) - [`62d87f9`](https://github.com/open-webui/docs/commit/62d87f92a8604cd6c525d0d9d8c78a7cfcb462dc) enh: support for Redis in cluster mode - [`47c27f8`](https://github.com/open-webui/docs/commit/47c27f8a81eb771b13cd0683617b2ac4f760d1dc) Tweaked REDIS_URL examples - [`085bb24`](https://github.com/open-webui/docs/commit/085bb24aae1e7ad90a17f9782cdb4a832c877267) Merge branch 'open-webui:main' into redis-cluster ### 📊 Changes **1 file changed** (+30 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `docs/getting-started/env-configuration.md` (+30 -4) </details> ### 📄 Description Updated documentation on Redis related environment variables corresponding to changes in [`open-webui/open-webui` PR #16160](https://github.com/open-webui/open-webui/pull/16160) in order to address [`open-webui/open-webui` issue #16157](https://github.com/open-webui/open-webui/issues/16157): - `REDIS_URL` - `REDIS_CLUSTER_MODE` **_NEW_** - `WEBSOCKET_REDIS_URL` - `WEBSOCKET_REDIS_CLUSTER_MODE` **_NEW_** --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 18:15:31 -05:00
yindo closed this issue 2026-02-15 18:15:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#677