Versions in this module Expand all Collapse all v0 v0.0.1 Aug 7, 2025 Changes in this version + type AsynqConf struct + Addr string + Concurrency int + DB int + Enable bool + Pass string + SyncInterval int + Username string + func (c *AsynqConf) NewClient() *asynq.Client + func (c *AsynqConf) NewPeriodicTaskManager(provider asynq.PeriodicTaskConfigProvider) *asynq.PeriodicTaskManager + func (c *AsynqConf) NewRedisOpt() *asynq.RedisClientOpt + func (c *AsynqConf) NewScheduler() *asynq.Scheduler + func (c *AsynqConf) NewServer() *asynq.Server + func (c *AsynqConf) WithOriginalRedisConf(r config.RedisConf) *AsynqConf + func (c *AsynqConf) WithRedisConf(r redis.RedisConf) *AsynqConf