Skip to content
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

Use RedisAutoConfiguration in RedisVectorStoreAutoConfiguration #1067

Merged

Conversation

eddumelendez
Copy link
Contributor

Currently, RedisVectorStoreAutoConfiguration creates its own configuration to connect with Redis. This commit reuse RedisAutoConfiguration from spring boot project. It's limited to Jedis.

Redis Service Connection for Docker Compose and Testcontainers have been also removed. In Spring Boot 3.4 there is support for redis/redis-stack redis/redis-stack-server and with spring-projects/spring-boot#41450 will support RedisStackContainer from testcontainers-redis project.

Currently, `RedisVectorStoreAutoConfiguration` creates its own
configuration to connect with Redis. This commit reuse
`RedisAutoConfiguration` from spring boot project. It's limited
to Jedis.
@tzolov
Copy link
Contributor

tzolov commented Jul 18, 2024

@eddumelendez , thank you for addressing this inconsistency! much appreciated!

@tzolov tzolov merged commit 0a07f65 into spring-projects:main Jul 18, 2024
1 check passed
@tzolov tzolov added this to the 1.0.0-M2 milestone Jul 18, 2024
@tzolov tzolov self-assigned this Jul 18, 2024
@eddumelendez eddumelendez deleted the use-redis-autoconfiguration branch August 1, 2024 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants