[PR #65] [MERGED] feat: add redis ssl support #22288

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/65
Author: @yuhao1118
Created: 5/16/2023
Status: Merged
Merged: 5/17/2023
Merged by: @takatost

Base: mainHead: feat/yuhao/redis_ssl


📝 Commits (1)

  • be18d87 feat: add redis ssl support

📊 Changes

5 files changed (+42 additions, -3 deletions)

View changed files

📝 api/config.py (+7 -0)
📝 api/extensions/ext_celery.py (+15 -0)
📝 api/extensions/ext_redis.py (+7 -2)
📝 api/extensions/ext_session.py (+7 -1)
📝 docker/docker-compose.yaml (+6 -0)

📄 Description

部署时,如果使用云redis服务,一般要求ssl连接。这里增加了几个环境变量用于控制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/langgenius/dify/pull/65 **Author:** [@yuhao1118](https://github.com/yuhao1118) **Created:** 5/16/2023 **Status:** ✅ Merged **Merged:** 5/17/2023 **Merged by:** [@takatost](https://github.com/takatost) **Base:** `main` ← **Head:** `feat/yuhao/redis_ssl` --- ### 📝 Commits (1) - [`be18d87`](https://github.com/langgenius/dify/commit/be18d8751897db342af10bb2157f4db5b1d151c6) feat: add redis ssl support ### 📊 Changes **5 files changed** (+42 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `api/config.py` (+7 -0) 📝 `api/extensions/ext_celery.py` (+15 -0) 📝 `api/extensions/ext_redis.py` (+7 -2) 📝 `api/extensions/ext_session.py` (+7 -1) 📝 `docker/docker-compose.yaml` (+6 -0) </details> ### 📄 Description 部署时,如果使用云redis服务,一般要求ssl连接。这里增加了几个环境变量用于控制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-21 20:18:37 -05:00
yindo closed this issue 2026-02-21 20:18:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22288