-
Notifications
You must be signed in to change notification settings - Fork 164
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
feat: adds redis auth. #1627
feat: adds redis auth. #1627
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1627 +/- ##
==========================================
+ Coverage 66.51% 66.55% +0.04%
==========================================
Files 90 90
Lines 9048 9051 +3
==========================================
+ Hits 6018 6024 +6
+ Misses 2300 2298 -2
+ Partials 730 729 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@bobcallaway Is the issue here that we need to set up go before CI is run? |
looks like a |
Signed-off-by: ianhundere <[email protected]>
thanks, i ran |
Summary
This PR enables auth using the redis options struct to include a flag for a password/auth.
Closes #1613
Release Note
Documentation