[PR #655] [MERGED] feat: Add support for Redis in Cluster Mode #693

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/655
Author: @erhhung
Created: 8/11/2025
Status: Merged
Merged: 8/11/2025
Merged by: @Classic298

Base: devHead: redis-cluster


📝 Commits (5)

  • 62d87f9 enh: support for Redis in cluster mode
  • 47c27f8 Tweaked REDIS_URL examples
  • 085bb24 Merge branch 'open-webui:main' into redis-cluster
  • c25671f fix: rename REDIS_CLUSTER_MODE to REDIS_CLUSTER
  • 11c43da Merge branch 'dev' 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 (added)
  • WEBSOCKET_REDIS_URL
  • WEBSOCKET_REDIS_CLUSTER (added)

See rendered version: https://erhhung.github.io/open-webui-docs/getting-started/env-configuration/#redis


🔄 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/655 **Author:** [@erhhung](https://github.com/erhhung) **Created:** 8/11/2025 **Status:** ✅ Merged **Merged:** 8/11/2025 **Merged by:** [@Classic298](https://github.com/Classic298) **Base:** `dev` ← **Head:** `redis-cluster` --- ### 📝 Commits (5) - [`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 - [`c25671f`](https://github.com/open-webui/docs/commit/c25671fd58cc398d398327f160c7895dd9f959a7) fix: rename REDIS_CLUSTER_MODE to REDIS_CLUSTER - [`11c43da`](https://github.com/open-webui/docs/commit/11c43daf7d293406a4c461a105bedbe5238acf56) Merge branch 'dev' 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` **_(added)_** - `WEBSOCKET_REDIS_URL` - `WEBSOCKET_REDIS_CLUSTER` **_(added)_** See rendered version: https://erhhung.github.io/open-webui-docs/getting-started/env-configuration/#redis --- <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:36 -05:00
yindo closed this issue 2026-02-15 18:15:36 -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#693