summaryrefslogtreecommitdiff
path: root/tests/lock.py
Commit message (Expand)AuthorAgeFilesLines
* added context manager support to the Lock object so you can do "with redis.lo...Andy McCurdy2010-06-151-2/+8
* added a Lock class that mimics the behavior of threading.Lock.Andy McCurdy2010-06-151-0/+47