You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My apologies for not offering a more complete solution, but I tried to find another way to query the connection itself from python, but the documentation for the code used is a bit sparse.
Comment out datastore/providers/redis_datastore.py line 98, which calls _check_redis_module_exist. This will allow the connection to happen.
Find another way to check for the modules. In this case, I am still not sure if it will work since not everything in REDIS_REQUIRED_MODULES = [ {"name": "search", "ver": 20600}, {"name": "ReJSON", "ver": 20404} ] is inside of the output from the MODULE LIST output above. search may be replaced/interchangeable with searchlight
The text was updated successfully, but these errors were encountered:
Desc
Proof of Redis DB:
Problem:
client.modules
to be declared, while it is not._check_redis_module_exist
method:Solutions:
datastore/providers/redis_datastore.py
line 98, which calls_check_redis_module_exist
. This will allow the connection to happen.REDIS_REQUIRED_MODULES = [ {"name": "search", "ver": 20600}, {"name": "ReJSON", "ver": 20404} ]
is inside of the output from theMODULE LIST
output above.search
may be replaced/interchangeable withsearchlight
The text was updated successfully, but these errors were encountered: