[PR #471] feat(redis): add REDIS_SSL_CERT_REQS and TLS config support #526

Open
opened 2026-02-16 01:16:14 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/471
Author: @Oak10
Created: 9/30/2025
Status: 🔄 Open

Base: mainHead: feat/redis-tls


📝 Commits (1)

  • 08e6fcf feat(redis): add REDIS_SSL_CERT_REQS and TLS config support

📊 Changes

4 files changed (+84 additions, -17 deletions)

View changed files

📝 .env.example (+7 -0)
📝 internal/core/plugin_manager/manager.go (+8 -0)
📝 internal/types/app/config.go (+44 -0)
📝 internal/utils/cache/redis.go (+25 -17)

📄 Description

Description

Added REDIS_SSL_CERT_REQS option to the Redis connection to allow configuring TLS certificate verification (e.g. CERT_NONE, CERT_REQUIRED).

Fixes #450

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Performance improvement
  • Other

Essential Checklist

Testing

  • I have tested the changes locally and confirmed they work as expected
  • I have added unit tests where necessary and they pass successfully

Bug Fix (if applicable)

  • I have used GitHub syntax to close the related issue (e.g., Fixes #123 or Closes #123)

Additional Information

Please provide any additional context that would help reviewers understand the changes.


🔄 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-plugin-daemon/pull/471 **Author:** [@Oak10](https://github.com/Oak10) **Created:** 9/30/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/redis-tls` --- ### 📝 Commits (1) - [`08e6fcf`](https://github.com/langgenius/dify-plugin-daemon/commit/08e6fcfca2270312740c759d618043afccc517ed) feat(redis): add REDIS_SSL_CERT_REQS and TLS config support ### 📊 Changes **4 files changed** (+84 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+7 -0) 📝 `internal/core/plugin_manager/manager.go` (+8 -0) 📝 `internal/types/app/config.go` (+44 -0) 📝 `internal/utils/cache/redis.go` (+25 -17) </details> ### 📄 Description ## Description Added REDIS_SSL_CERT_REQS option to the Redis connection to allow configuring TLS certificate verification (e.g. CERT_NONE, CERT_REQUIRED). Fixes #450 ## Type of Change - [ ] Bug fix - [X] New feature - [ ] Refactor - [ ] Performance improvement - [ ] Other ## Essential Checklist ### Testing - [X] I have tested the changes locally and confirmed they work as expected - [ ] I have added unit tests where necessary and they pass successfully ### Bug Fix (if applicable) - [X] I have used GitHub syntax to close the related issue (e.g., `Fixes #123` or `Closes #123`) ## Additional Information Please provide any additional context that would help reviewers understand the changes. --- <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-16 01:16:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#526