Bug description
class
org.springframework.ai.autoconfigure.vectorstore.redis.RedisVectorStoreAutoConfiguration
from line 63 to 64
JedisPooled jedisPooled = new JedisPooled(jedisConnectionFactory.getHostName(),
jedisConnectionFactory.getPort());
Comment From: markpollack
I'm not clear what the issue is, can you submit a PR or more description on how to reproduce the issue please?
Comment From: shaodong-hub
邮件已收到,谢谢!
Comment From: markpollack
fixed in https://github.com/spring-projects/spring-ai/pull/2100