[PR #152] [MERGED] optimize: add redis db config #333

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/152
Author: @quicksandznzn
Created: 3/27/2025
Status: Merged
Merged: 3/30/2025
Merged by: @Yeuoly

Base: mainHead: add-redis-db-config


📝 Commits (2)

📊 Changes

10 files changed (+26 additions, -22 deletions)

View changed files

📝 .env.example (+1 -0)
📝 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 (+8 -7)
📝 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

add redis config REDIS_DB


🔄 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/152 **Author:** [@quicksandznzn](https://github.com/quicksandznzn) **Created:** 3/27/2025 **Status:** ✅ Merged **Merged:** 3/30/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `add-redis-db-config` --- ### 📝 Commits (2) - [`b50a0c4`](https://github.com/langgenius/dify-plugin-daemon/commit/b50a0c440300f5c846aa8be760af55cecb3d2a34) optimize: add redis db config - [`6e32f5c`](https://github.com/langgenius/dify-plugin-daemon/commit/6e32f5c5055aede589eb5f3152d91b204d83404b) optimize: tests ### 📊 Changes **10 files changed** (+26 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+1 -0) 📝 `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` (+8 -7) 📝 `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 add redis config `REDIS_DB` --- <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:35 -05:00
yindo closed this issue 2026-02-16 01:15:35 -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#333