[PR #155] [MERGED] Add get/delete implement, for internal use. #334

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/155
Author: @zxfishhack
Created: 3/27/2025
Status: Merged
Merged: 3/28/2025
Merged by: @Yeuoly

Base: mainHead: add-get-delete-for-internal-use


📝 Commits (1)

  • 5cfd484 Add get/delete implement, from internal use.

📊 Changes

3 files changed (+50 additions, -17 deletions)

View changed files

📝 internal/utils/cache/redis.go (+10 -2)
📝 internal/utils/cache/redis_auto_type.go (+8 -15)
📝 internal/utils/cache/redis_test.go (+32 -0)

📄 Description

Add get/delete implement, without serialKey, for internal use, as metioned in #128


🔄 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/155 **Author:** [@zxfishhack](https://github.com/zxfishhack) **Created:** 3/27/2025 **Status:** ✅ Merged **Merged:** 3/28/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `add-get-delete-for-internal-use` --- ### 📝 Commits (1) - [`5cfd484`](https://github.com/langgenius/dify-plugin-daemon/commit/5cfd484cff8c1b995fe09a3b25bcd2f140fcd289) Add get/delete implement, from internal use. ### 📊 Changes **3 files changed** (+50 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `internal/utils/cache/redis.go` (+10 -2) 📝 `internal/utils/cache/redis_auto_type.go` (+8 -15) 📝 `internal/utils/cache/redis_test.go` (+32 -0) </details> ### 📄 Description Add get/delete implement, without `serialKey`, for internal use, as metioned in #128 --- <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#334