ionelmc / python-redis-lock

Lock context manager implemented via redis SET NX EX and BLPOP.
https://pypi.python.org/pypi/python-redis-lock
BSD 2-Clause "Simplified" License
551 stars 77 forks source link

Rename auto_renew to auto_extend #30

Open ionelmc opened 8 years ago

ionelmc commented 8 years ago

To keep things consistent with examples in redis docs, eg: http://redis.io/topics/distlock

Ref: #24.