spring-projects / spring-ai

An Application Framework for AI Engineering
https://docs.spring.io/spring-ai/reference/index.html
Apache License 2.0
3.36k stars 867 forks source link

Redis Vector Sentinel Support #438

Closed shannonantony closed 4 months ago

shannonantony commented 8 months ago

Expected Behavior

Need support to connect to multiple Redis sentinel nodes

Current Behavior

Currently, only one redis node connection is supported.

Context

markpollack commented 4 months ago

As the Redis support builds upon Spring Data and Spring Boot support for Redis, you can configure this using application configuration properties. See https://dzone.com/articles/redis-sentinel-with-spring as a start.