-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 redis db index option #577
Conversation
…se instead of hardcoding db index 0
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.
Would you mind updating the docs on github.com/kedacore/keda-docs as well please?
Guess we should document also the new option for TLS connections in https://github.com/kedacore/keda-docs/blob/master/content/scalers/redis-lists.md |
@tomkerkhove @marchmallow yeah, i'll update the documentation today, and also make the required changes for this PR. |
Ok i merged with master, and updated the database name. I tested on databaseIndex 1 and it is working. |
Create PR for the documentation too: kedacore/keda-docs#74 |
This PR let the user choose what database to use instead of hardcoding db index 0.
What is needed is to specify:
dbIdx: X
value in the metadata,