-
Notifications
You must be signed in to change notification settings - Fork 94
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
Support for REDIS Auth #187
base: master
Are you sure you want to change the base?
Conversation
2) Configure JEDIS client to use REDIS password if available ( i.e. not null)
That code would probably never be executed because nobody is setting the password. Any thoughts about that? Moreover, it would be nice to include several test cases that showcase the functionality of the added feature and the proper execution. |
Plan to use it with netflix conductor. |
My comment was about the code not being executed, not how you plan to use it. This PR also needs test case coverage. |
Continue if Javadoc build fails
Disable JavaDoc for testing
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.
Any plans to move forward? There seem to be a few a things that need to be done.
This PR can be closed as #244 has been merged. |
Allow REDIS Auth to be configured as part of host configuration. Configure JEDIS client to set Auth if available in host configuration.