[PR #275] [CLOSED] feat(redis): Add support for Redis Sentinel mode #417

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/275
Author: @erigo
Created: 5/9/2025
Status: Closed

Base: mainHead: support-sentinel


📝 Commits (1)

  • 1e14047 feat(redis): Add support for Redis Sentinel mode

📊 Changes

4 files changed (+74 additions, -9 deletions)

View changed files

📝 .env.example (+12 -0)
📝 internal/core/plugin_manager/manager.go (+25 -7)
📝 internal/types/app/config.go (+9 -1)
📝 internal/utils/cache/redis.go (+28 -1)

📄 Description

Added support for Redis Sentinel mode to the Redis client, enabling automatic discovery and connection to the primary node through Sentinel. Updated relevant configuration files and initialization logic to support Sentinel mode configuration and connection.

issue: https://github.com/langgenius/dify-plugin-daemon/issues/274


🔄 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/275 **Author:** [@erigo](https://github.com/erigo) **Created:** 5/9/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `support-sentinel` --- ### 📝 Commits (1) - [`1e14047`](https://github.com/langgenius/dify-plugin-daemon/commit/1e14047bc0e47630bc628631b1910be6336b44e6) feat(redis): Add support for Redis Sentinel mode ### 📊 Changes **4 files changed** (+74 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+12 -0) 📝 `internal/core/plugin_manager/manager.go` (+25 -7) 📝 `internal/types/app/config.go` (+9 -1) 📝 `internal/utils/cache/redis.go` (+28 -1) </details> ### 📄 Description Added support for Redis Sentinel mode to the Redis client, enabling automatic discovery and connection to the primary node through Sentinel. Updated relevant configuration files and initialization logic to support Sentinel mode configuration and connection. issue: https://github.com/langgenius/dify-plugin-daemon/issues/274 --- <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:54 -05:00
yindo closed this issue 2026-02-16 01:15:54 -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#417