[PR #21] [MERGED] support REDIS_USE_SSL config parameter #264

Closed
opened 2026-02-16 01:15:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/21
Author: @tmokmss
Created: 1/28/2025
Status: Merged
Merged: 1/29/2025
Merged by: @Yeuoly

Base: mainHead: redis_use_ssl


📝 Commits (3)

📊 Changes

9 files changed (+42 additions, -16 deletions)

View changed files

📝 internal/cluster/clutser_test.go (+1 -1)
📝 internal/core/persistence/persistence_test.go (+3 -3)
📝 internal/core/plugin_manager/debugging_runtime/connection_key_test.go (+1 -1)
📝 internal/core/plugin_manager/debugging_runtime/server_test.go (+2 -2)
📝 internal/core/plugin_manager/manager.go (+1 -0)
📝 internal/types/app/config.go (+4 -3)
📝 internal/utils/cache/redis.go (+13 -3)
📝 internal/utils/cache/redis_auto_type_test.go (+2 -2)
📝 internal/utils/cache/redis_test.go (+15 -1)

📄 Description

closes #20

E2E-tested on my environment.


🔄 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/21 **Author:** [@tmokmss](https://github.com/tmokmss) **Created:** 1/28/2025 **Status:** ✅ Merged **Merged:** 1/29/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `redis_use_ssl` --- ### 📝 Commits (3) - [`033ebd1`](https://github.com/langgenius/dify-plugin-daemon/commit/033ebd15151e478223f1d2065da32814572d5c8a) support REDIS_USE_SSL config parameter - [`ed17e07`](https://github.com/langgenius/dify-plugin-daemon/commit/ed17e07c41fb60b5d1d57f998d2c84e9185f988b) fix tests - [`f38908d`](https://github.com/langgenius/dify-plugin-daemon/commit/f38908d3fe56183639e08685051bff246f1a4c62) add tests ### 📊 Changes **9 files changed** (+42 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `internal/cluster/clutser_test.go` (+1 -1) 📝 `internal/core/persistence/persistence_test.go` (+3 -3) 📝 `internal/core/plugin_manager/debugging_runtime/connection_key_test.go` (+1 -1) 📝 `internal/core/plugin_manager/debugging_runtime/server_test.go` (+2 -2) 📝 `internal/core/plugin_manager/manager.go` (+1 -0) 📝 `internal/types/app/config.go` (+4 -3) 📝 `internal/utils/cache/redis.go` (+13 -3) 📝 `internal/utils/cache/redis_auto_type_test.go` (+2 -2) 📝 `internal/utils/cache/redis_test.go` (+15 -1) </details> ### 📄 Description closes #20 E2E-tested on my environment. --- <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:15:17 -05:00
yindo closed this issue 2026-02-16 01:15:17 -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#264