[PR #276] [MERGED] feat(redis): Add support for Redis Sentinel mode #418

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/276
Author: @erigo
Created: 5/9/2025
Status: Merged
Merged: 5/20/2025
Merged by: @Yeuoly

Base: mainHead: support-sentinel


📝 Commits (2)

  • 1535e3a feat(redis): Add support for Redis Sentinel mode
  • 8378b52 add lost RedisUser.

📊 Changes

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

View changed files

📝 .env.example (+12 -0)
📝 internal/core/plugin_manager/manager.go (+27 -8)
📝 internal/types/app/config.go (+8 -0)
📝 internal/utils/cache/redis.go (+29 -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.

refs: 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/276 **Author:** [@erigo](https://github.com/erigo) **Created:** 5/9/2025 **Status:** ✅ Merged **Merged:** 5/20/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `support-sentinel` --- ### 📝 Commits (2) - [`1535e3a`](https://github.com/langgenius/dify-plugin-daemon/commit/1535e3a3ca615fc05b7a7fbec59d66bcc1269d49) feat(redis): Add support for Redis Sentinel mode - [`8378b52`](https://github.com/langgenius/dify-plugin-daemon/commit/8378b52fb04da68aa9309d78bd2a8c0b457ac88c) add lost RedisUser. ### 📊 Changes **4 files changed** (+76 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+12 -0) 📝 `internal/core/plugin_manager/manager.go` (+27 -8) 📝 `internal/types/app/config.go` (+8 -0) 📝 `internal/utils/cache/redis.go` (+29 -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. refs: 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#418