hibiken / asynq

Simple, reliable, and efficient distributed task queue in Go
MIT License
9k stars 659 forks source link

[FEATURE REQUEST] Exposing MinIdleConns redis config #892

Open sprabowo opened 3 weeks ago

sprabowo commented 3 weeks ago

Is your feature request related to a problem? Please describe. I want to have MinIdleConns redis config for asynq initialization. since asynq uses go-redis@v9 that support MinIdleConns config then exposing this config might be possible to do

Describe the solution you'd like Adding MinIdleConns redis config to asynq. there's an open PR from mine

sprabowo commented 3 weeks ago

kindly have a look ya @hibiken @kamikazechaser

sprabowo commented 2 weeks ago

bump this up. please help to review this @hibiken @kamikazechaser

sprabowo commented 2 weeks ago

can anyone help to review this?