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.
Comment From: tzolov
@eddumelendez , thank you for addressing this inconsistency! much appreciated!