Alexandra Faynburd

Results 3 comments of Alexandra Faynburd

@SherL0cked - can you give an example of how you overwrote the _check_redis_module_exist ? It looks like Redis Labs also restricts the MODULE LIST command

Actually managed with monkey patching this function to always return True ``` from langchain.vectorstores import redis # command MODULE LIST is not supported by Redis Labs - monkey patch it...