[PR #600] [MERGED] feat: docs for REDIS_KEY_PREFIX #648

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/600
Author: @taylorwilsdon
Created: 6/28/2025
Status: Merged
Merged: 6/30/2025
Merged by: @tjbck

Base: mainHead: redis_key_prefix_docs


📝 Commits (2)

📊 Changes

12 files changed (+176 additions, -174 deletions)

View changed files

📝 docs/getting-started/env-configuration.md (+6 -0)
📝 docs/tutorials/integrations/redis.md (+3 -1)
📝 src/components/SidebarBanners.tsx (+9 -15)
📝 src/components/SponsorList.tsx (+16 -24)
📝 src/components/Sponsors/SidebarBanner.tsx (+2 -3)
📝 src/components/Sponsors/Sponsor.tsx (+1 -1)
📝 src/components/Sponsors/TopBanner.tsx (+48 -38)
📝 src/components/Testimonals.tsx (+22 -11)
📝 src/components/TopBanners.tsx (+24 -18)
📝 src/theme/DocSidebar/index.tsx (+17 -22)
📝 src/theme/Layout.tsx (+10 -11)
📝 src/theme/Navbar/Content/index.tsx (+18 -30)

📄 Description

ref https://github.com/open-webui/open-webui/issues/15074 & https://github.com/open-webui/open-webui/pull/15380


🔄 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/600 **Author:** [@taylorwilsdon](https://github.com/taylorwilsdon) **Created:** 6/28/2025 **Status:** ✅ Merged **Merged:** 6/30/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `redis_key_prefix_docs` --- ### 📝 Commits (2) - [`230ecbf`](https://github.com/open-webui/docs/commit/230ecbfd550ba8d38b567eec46da6d9648671bc8) docs for REDIS_KEY_PREFIX - [`3c92461`](https://github.com/open-webui/docs/commit/3c92461843b4355b877cfae539227eb8650ba433) passing prettier checks ### 📊 Changes **12 files changed** (+176 additions, -174 deletions) <details> <summary>View changed files</summary> 📝 `docs/getting-started/env-configuration.md` (+6 -0) 📝 `docs/tutorials/integrations/redis.md` (+3 -1) 📝 `src/components/SidebarBanners.tsx` (+9 -15) 📝 `src/components/SponsorList.tsx` (+16 -24) 📝 `src/components/Sponsors/SidebarBanner.tsx` (+2 -3) 📝 `src/components/Sponsors/Sponsor.tsx` (+1 -1) 📝 `src/components/Sponsors/TopBanner.tsx` (+48 -38) 📝 `src/components/Testimonals.tsx` (+22 -11) 📝 `src/components/TopBanners.tsx` (+24 -18) 📝 `src/theme/DocSidebar/index.tsx` (+17 -22) 📝 `src/theme/Layout.tsx` (+10 -11) 📝 `src/theme/Navbar/Content/index.tsx` (+18 -30) </details> ### 📄 Description ref https://github.com/open-webui/open-webui/issues/15074 & https://github.com/open-webui/open-webui/pull/15380 --- <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:21 -05:00
yindo closed this issue 2026-02-15 18:15:21 -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#648