-
Notifications
You must be signed in to change notification settings - Fork 652
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
Add aliases for masteruser and masterauth to primaryuser and primaryauth #598
Conversation
Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## unstable #598 +/- ##
============================================
+ Coverage 70.07% 70.19% +0.11%
============================================
Files 110 110
Lines 59991 59992 +1
============================================
+ Hits 42038 42110 +72
+ Misses 17953 17882 -71
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should leave/add a test with masteruser/masterauth for test sanity of alias logic.
Sure. |
…alkey-io#598) Make the one backwards compatible config change we are allowed to replace for removing master from our API. `masterauth` and `masteruser` are still used as an alias, but aren't explicitly referenced. As an addendum to valkey-io#591, it would be good to have this in 8. Given the related PR for updated other references for master, I just updated the ones around this specific change. Signed-off-by: Madelyn Olson <madelyneolson@gmail.com> Signed-off-by: Adva Moshkovitz <advamo7@gmail.com>
…alkey-io#598) Make the one backwards compatible config change we are allowed to replace for removing master from our API. `masterauth` and `masteruser` are still used as an alias, but aren't explicitly referenced. As an addendum to valkey-io#591, it would be good to have this in 8. Given the related PR for updated other references for master, I just updated the ones around this specific change. Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
Make the one backwards compatible config change we are allowed to replace for removing master from our API.
masterauth
andmasteruser
are still used as an alias, but aren't explicitly referenced. As an addendum to #591, it would be good to have this in 8. Given the related PR for updated other references for master, I just updated the ones around this specific change.