Skip to content

Support URL based connection to Redis through Sentinel discovery service #213

@zumo64

Description

@zumo64

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 ..

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions