Skip to content

feat: add support for configuring Redis connection with username #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 5, 2025

Conversation

appleboy
Copy link
Member

@appleboy appleboy commented Jan 5, 2025

  • Add username field to the options struct
  • Add WithUsername function to set the username option
  • Include username in the NewWorker function for Redis connection configuration

- Add `username` field to the `options` struct
- Add `WithUsername` function to set the `username` option
- Include `username` in the `NewWorker` function for Redis connection configuration

Signed-off-by: appleboy <appleboy.tw@gmail.com>
- Remove support for Go 1.18 and 1.19 in GitHub Actions workflow
- Update Go version in `go.mod` from 1.18 to 1.20

Signed-off-by: appleboy <appleboy.tw@gmail.com>
@appleboy appleboy merged commit ca15191 into main Jan 5, 2025
2 of 6 checks passed
@appleboy appleboy deleted the username branch January 5, 2025 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant