redis-vl-python icon indicating copy to clipboard operation
redis-vl-python copied to clipboard

Support URL based connection to Redis through Sentinel discovery service

Open zumo64 opened this issue 1 year ago • 5 comments

When using RedisVL from Langchain library the URL based connection is used and doesn't not allow specifying one sentinel nor a list of sentinel agents in the URL.

Getting this error when passing this URL (as documented in the langchain Redis integration documentation)

URL="redis+sentinel://:redis@locahost:8001/mydb/0"
ValueError: Redis URL must specify one of the following schemes (redis://, rediss://, unix://)

We need full support for sentinel discovery service through RedisVL ..

zumo64 avatar Sep 04 '24 16:09 zumo64