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
aioredis implements its own version of its lock, so I am not inclined to make aioredlock support both aioredis < 2.0 and >= 2.0. I will update the requirements to just pin aioredis to < 2.0
Hello team,
I tried to use this lock implementation, and got problem
"module 'aioredis' has no attribute 'errors'"
in the code
from file
aioredlock/redis.py
Indeed, I don't see errors module in aioredis, what I missed?
Versions:
The text was updated successfully, but these errors were encountered: