-
Notifications
You must be signed in to change notification settings - Fork 40.9k
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 <zhouyanming@gmail.com>
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 <zhouyanming@gmail.com>
@wilkinsona Good point, I updated the PR. |
Database property should be ignored if url is used. Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
See gh-43813 Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
Thanks, @quaff. |
See spring-projectsgh-43813 Signed-off-by: Yanming Zhou <zhouyanming@gmail.com> Signed-off-by: arefbehboudi <behboodiaref@gmail.com>
See spring-projectsgh-43813 Signed-off-by: Yanming Zhou <zhouyanming@gmail.com> Signed-off-by: arefbehboudi <behboodiaref@gmail.com>
See spring-projectsgh-43813 Signed-off-by: arefbehboudi <behboodiaref@gmail.com>
Fix GH-43810