hibiken / asynq

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

feat(periodic_task_manager): Add RedisUniversalClient support #958

Closed daixijun closed 1 week ago

kamikazechaser commented 2 weeks ago

Duplicate of #742.

daixijun commented 2 weeks ago

@kamikazechaser There is no duplication, and #742 does not implement RedisUniversalClient reuse in PTM

kamikazechaser commented 2 weeks ago

I see, that's right. Let me see if we can accommodate the same API in #742.