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
The Lock.acquire() method accepts a blocking_timeout argument, but actually only self.blocking_timeout is used for setting the timeout limit. As such this argument has no effect.
The Lock.acquire() method accepts a
blocking_timeout
argument, but actually onlyself.blocking_timeout
is used for setting the timeout limit. As such this argument has no effect.https://github.com/andymccurdy/redis-py/blob/1acc67ac789b9a4cc8f480fbf328ae4c711e29a0/redis/lock.py#L108
The text was updated successfully, but these errors were encountered: