[PR #270] [feat] support cluster and sentinel deployment for redis #413

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/270
Author: @chenzikun
Created: 5/8/2025
Status: 🔄 Open

Base: mainHead: feat/redis-cluster-sentinel


📝 Commits (5)

  • 9d48718 [add] redis新增cluster与sentinel
  • b53f431 [update] convert chinese comment to english
  • 9ca77d8 [update] fix conflict
  • 0d2966b [update] fix conflict
  • a39d243 [update] fix key watch

📊 Changes

5 files changed (+69 additions, -6 deletions)

View changed files

📝 .env.example (+6 -0)
📝 internal/core/plugin_manager/manager.go (+12 -1)
📝 internal/types/app/config.go (+5 -0)
📝 pkg/utils/cache/redis.go (+44 -3)
📝 pkg/utils/cache/redis_test.go (+2 -2)

📄 Description

  • cluster已经过测试,sentinel暂未测试

feature-redis cluster & sentinel

fix #147


🔄 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/270 **Author:** [@chenzikun](https://github.com/chenzikun) **Created:** 5/8/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/redis-cluster-sentinel` --- ### 📝 Commits (5) - [`9d48718`](https://github.com/langgenius/dify-plugin-daemon/commit/9d4871848dab6b629b6d71256db765445bacdc55) [add] redis新增cluster与sentinel - [`b53f431`](https://github.com/langgenius/dify-plugin-daemon/commit/b53f431713dcc1be157bc5e7dce452c939b6b886) [update] convert chinese comment to english - [`9ca77d8`](https://github.com/langgenius/dify-plugin-daemon/commit/9ca77d8e96597e5bfa9aa617d485bc8d87861972) [update] fix conflict - [`0d2966b`](https://github.com/langgenius/dify-plugin-daemon/commit/0d2966b0c15a3a5818ef904c42757c8649dc79ef) [update] fix conflict - [`a39d243`](https://github.com/langgenius/dify-plugin-daemon/commit/a39d243ee4c4fc432b6f5c5cbb6ee2c63344ff62) [update] fix key watch ### 📊 Changes **5 files changed** (+69 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+6 -0) 📝 `internal/core/plugin_manager/manager.go` (+12 -1) 📝 `internal/types/app/config.go` (+5 -0) 📝 `pkg/utils/cache/redis.go` (+44 -3) 📝 `pkg/utils/cache/redis_test.go` (+2 -2) </details> ### 📄 Description - cluster已经过测试,sentinel暂未测试 [feature-redis cluster & sentinel](https://github.com/langgenius/dify-plugin-daemon/issues/269) fix #147 --- <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:53 -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#413