You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(queue): add Redis database selection support for queue.redis configuration (#849)
* Initial plan
* Add Redis DB configuration support for queue.redis
- Add db field to SectionRedisQueue configuration structure
- Update default configuration with queue.redis.db setting (default: 0)
- Update config loading to read queue.redis.db parameter
- Pass db parameter to redisdb.NewWorker in main.go using WithDB option
- Add comprehensive tests for Redis DB configuration
- Update test configuration files with db field
Co-authored-by: appleboy <21979+appleboy@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: appleboy <21979+appleboy@users.noreply.github.com>
0 commit comments