-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Description
I got this error without any detail or trace stack:
sys:1: RuntimeWarning: coroutine 'has_redisearch' was never awaited
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
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." | |
) |
# 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."
# )
Metadata
Metadata
Assignees
Labels
No labels