Open
Description
GCP Redis MemoryStore supports version 7.2 (Vector Search support) https://cloud.google.com/memorystore/docs/redis/supported-versions#redis_version_72
However, the redisvl client at initialization tries to validate modules and fails with the following error:
https://github.com/redis/redis-vl-python/blob/main/redisvl/redis/connection.py#L431
redis.exceptions.ResponseError: unknown command 'MODULE', with args beginning with: 'LIST'
Is monkey patching this the only way forward?
Metadata
Metadata
Assignees
Labels
No labels