[PR #43] [CLOSED] feat: redis support db config #277

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/43
Author: @SSebo
Created: 2/28/2025
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • c4ea673 feat: redis support db config

📊 Changes

9 files changed (+18 additions, -15 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 (+1 -0)
📝 internal/utils/cache/redis.go (+4 -3)
📝 internal/utils/cache/redis_auto_type_test.go (+2 -2)
📝 internal/utils/cache/redis_test.go (+3 -3)

📄 Description

user can specify the redis port config


🔄 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/43 **Author:** [@SSebo](https://github.com/SSebo) **Created:** 2/28/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`c4ea673`](https://github.com/langgenius/dify-plugin-daemon/commit/c4ea673244ae64d14db3424d2610c133ff6a4b96) feat: redis support db config ### 📊 Changes **9 files changed** (+18 additions, -15 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` (+1 -0) 📝 `internal/utils/cache/redis.go` (+4 -3) 📝 `internal/utils/cache/redis_auto_type_test.go` (+2 -2) 📝 `internal/utils/cache/redis_test.go` (+3 -3) </details> ### 📄 Description user can specify the redis port config --- <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:21 -05:00
yindo closed this issue 2026-02-16 01:15:21 -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#277