[PR #891] [CLOSED] feat: add MinIdleConns to RedisClientOpt struct #909

Closed
opened 2026-03-02 06:10:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/891
Author: @sprabowo
Created: 6/10/2024
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 070cdae feat: add MinIdleConns to RedisClientOpt struct

📊 Changes

1 file changed (+6 additions, -0 deletions)

View changed files

📝 asynq.go (+6 -0)

📄 Description

context: i want to have min idle conns config available on asynq. asynq uses go-redis@v9 which support MinIdleConns.

changelog:

  • Add MinIdleConns to RedisClientOpt struct

🔄 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/hibiken/asynq/pull/891 **Author:** [@sprabowo](https://github.com/sprabowo) **Created:** 6/10/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`070cdae`](https://github.com/hibiken/asynq/commit/070cdae1cbbf7233bbd92f8739329301366ee6fb) feat: add MinIdleConns to RedisClientOpt struct ### 📊 Changes **1 file changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `asynq.go` (+6 -0) </details> ### 📄 Description context: i want to have min idle conns config available on asynq. asynq uses go-redis@v9 which support MinIdleConns. changelog: - Add MinIdleConns to RedisClientOpt struct --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 06:10:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#909
No description provided.