-
Notifications
You must be signed in to change notification settings - Fork 41k
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 support for configuring the Redis database using spring.data.redis.url #43813
Conversation
Thanks for the PR, @quaff. A couple of things:
|
done.
I think sentinel should respect database in url also, I appended another commit, feel free to squash or drop it. |
See gh-43813 Signed-off-by: Yanming Zhou <[email protected]>
Thanks very much, @quaff. |
Unfortunately, I've just reverted this as, while updating the release notes, I realised that the implementation's incorrect. The property's documentation states that the URL overrides the database (as it should do) but the implementation doesn't do so. Unlike username, password, etc that are completely overridden by the URL, @quaff, can you please update your proposal so that |
Fix spring-projectsGH-43810 Signed-off-by: Yanming Zhou <[email protected]>
@wilkinsona Good point, I updated the PR. |
Database property should be ignored if url is used. Signed-off-by: Yanming Zhou <[email protected]>
See gh-43813 Signed-off-by: Yanming Zhou <[email protected]>
Thanks, @quaff. |
See spring-projectsgh-43813 Signed-off-by: Yanming Zhou <[email protected]> Signed-off-by: arefbehboudi <[email protected]>
This reverts commit 4478bd5, reversing changes made to c032e1f. Signed-off-by: arefbehboudi <[email protected]>
See spring-projectsgh-43813 Signed-off-by: Yanming Zhou <[email protected]> Signed-off-by: arefbehboudi <[email protected]>
See spring-projectsgh-43813 Signed-off-by: arefbehboudi <[email protected]>
Fix GH-43810