mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[GH-ISSUE #639] [FEATURE REQUEST] need another way to set RedisClientOpt #313
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#313
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lypro09539 on GitHub (Apr 6, 2023).
Original GitHub issue: https://github.com/hibiken/asynq/issues/639
Originally assigned to: @hibiken on GitHub.
Is your feature request related to a problem? Please describe.
because our redis is configured on apollo,neither host nor pwd is exposed to applications。Each application specify redis name through our own lib, and got a Redis Client instance (go-redis Redis Client)
Describe the solution you'd like
is there any way to use common redis client implementation to set redis backend instead of only RedisClientOpt ? thanks.
@bfwbbrj commented on GitHub (Apr 6, 2023):
Can you share how you get your redis client? You should be able to implement
RedisConnOptto use custom client@lypro09539 commented on GitHub (Apr 7, 2023):
sorry, my fault. After intstall asynq and read source code I realized I could.
@xuyang2 commented on GitHub (Apr 10, 2023):
@lypro09539
If you want to dynamically close and rebuild
redis.Client, mind https://github.com/hibiken/asynq/issues/639