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
"Your Redis instance does not have either the RediSearch module "
"or RedisJSON module installed. Querying requires that your Redis "
"instance has one of these modules installed."
)
# if not has_redisearch(model.db()):# raise RedisModelError(# "Your Redis instance does not have either the RediSearch module "# "or RedisJSON module installed. Querying requires that your Redis "# "instance has one of these modules installed."# )
The text was updated successfully, but these errors were encountered:
I got this error without any detail or trace stack:
I commented out these lines in
aredis_om/model/model.py
and my code run as I expected:redis-om-python/aredis_om/model/model.py
Lines 358 to 363 in 87d3a08
The text was updated successfully, but these errors were encountered: