-
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 #43810
Comments
@Demonese this is working as advertized. The documentation of the
@mp911de do you think adding support for the database there would be useful? |
It would be. When a URL is provided, arguments provided through the URL should take precedence over other properties. |
Fix spring-projectsGH-43810 Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
Fix spring-projectsGH-43810 Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
Closing in favour of #43813. |
Fix spring-projectsGH-43810 Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
Fix spring-projectsGH-43810 Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
Both Jedis and Lettese clients support specifying a database in the URL
Unfortunately, spring-boot-autoconfigure ignore them
This causes the following URL actually connect to database 0
The current workaround in my project is
: (
The text was updated successfully, but these errors were encountered: