summaryrefslogtreecommitdiff
path: root/tests/test_lock.py
Commit message (Expand)AuthorAgeFilesLines
* Added black and isort (#1734)Anas2021-11-301-57/+60
* Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-251-0/+2
* 🕰️ Use monotonic clock in Lock (and tests)Jack Edge2020-10-121-4/+4
* Remove support for end-of-life Python 2.7 (#1318)Jon Dufresne2020-08-061-3/+3
* Add test for Lock(..., thread_local=False) (#1326)Jon Dufresne2020-04-111-0/+7
* Lock.extend() can now replace the lock's existing TTL with a new valuelaixintao2020-03-241-0/+8
* Optimize sleeping while blocking for a lockColas Le Guernic2020-02-241-6/+17
* Lock objects now support specifying token values and ownership checkingAndy McCurdy2019-01-021-0/+40
* Add `.reacquire()` method to LockIhor Kalnytskyi2018-12-281-0/+28
* rename new LockErrorNotOwned to LockNotOwnedErrorAndy McCurdy2018-12-031-3/+3
* Extend lock error for not owned special caseJoshua Harlow2018-12-031-4/+4
* add locked() method to lock objectAndy McCurdy2018-11-141-0/+8
* raise a LockError when the context manager fails to acquire a lockv3-breaking-changesAndy McCurdy2018-11-141-0/+6
* only support LuaLock going forwardAndy McCurdy2018-11-141-53/+9
* remove legacy Redis classAndy McCurdy2018-11-131-62/+62
* Remove from __future__ import with_statementJon Dufresne2018-11-031-1/+0
* lock tests: change lock.token to lock.local.tokenwil paredes2014-06-051-3/+3
* add a lock implementation using Lua scripts.Andy McCurdy2014-06-011-25/+85
* updated Lock class:Andy McCurdy2014-06-011-39/+85
* move Lock class to it's own moduleAndy McCurdy2014-05-311-1/+1
* locking tests in pytestandy2013-06-061-0/+61