issues
search
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
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Is there another race condition when a lock is released?
#71
mt3925
closed
5 years ago
9
Update README.rst
#70
toanant
closed
5 years ago
1
Simple method to test if lock with given name is applied
#69
mstaniszczak
closed
4 years ago
7
Storing additional metadata with the lock
#68
ParthGandhi
closed
2 years ago
1
Is it possible to set parameter for acquire?
#67
Twbadkid
opened
5 years ago
5
Update docs to release locks where context manager is not being used
#66
letmutx
closed
5 years ago
2
corrected code example in troubleshooting section
#65
timrichardson
closed
5 years ago
3
UnicodeDecodeError when decoding owner_id
#64
mayli
closed
5 years ago
1
release 3.2.1 - use uuid4 for id instead of urandom
#63
foslock
closed
5 years ago
0
Could we get a release?
#62
airhorns
closed
5 years ago
2
Lower the level of "{script} not cached." log
#61
suligap
closed
5 years ago
2
Support verbose mode that logs when waiting to acquire a lock
#60
ParthGandhi
closed
2 years ago
1
Redis Cluster Support?
#59
BigBorg
opened
7 years ago
6
Is there a race condition when a lock is released?
#58
todofixthis
opened
7 years ago
8
Fails when use StrictRedis with decode_responses=True
#57
tsionyx
closed
5 years ago
5
Please add a dummy cache backend for API compatibility.
#56
mrmachine
opened
7 years ago
3
Allow passing `auto_renew` argument to Django cache instance
#55
flux627
closed
6 years ago
1
Replace method `warn` with `warning` in logging
#54
juliemacdonell
closed
6 years ago
1
Is this implementation suitable for multiple Redis/Django nodes on Docker Cloud?
#53
mrmachine
closed
7 years ago
2
References to "spinloop" in the documentation
#52
todofixthis
closed
7 years ago
2
update docs to latest django-redis version
#51
alecklandgraf
closed
8 years ago
1
Add get_or_set_locked convenience method to Django cache backend
#50
athre0z
closed
8 years ago
8
Remove un-necessary check.
#49
ionelmc
closed
8 years ago
6
Inconsisten usage of `_held`
#48
AndreiPashkin
closed
5 years ago
11
Replace expiration with explicit deletion
#47
AndreiPashkin
closed
8 years ago
2
Replace _held attribute with a property that checks what's in redis
#46
ionelmc
closed
8 years ago
0
fix bug: cannot acquire or release lock when create lock with id field
#45
PeerXu
closed
8 years ago
0
Could not acquire or release lock when create lock with id field
#44
PeerXu
closed
8 years ago
8
DO NOT MERGE ME
#43
AndreiPashkin
closed
5 years ago
1
Idea: support N lock holders
#42
sc0rp10
opened
8 years ago
4
listing all locks
#41
marcstreeter
closed
8 years ago
21
Add new types of locks
#40
ionelmc
opened
8 years ago
1
When creating lock with given `id` check if it's held
#39
ionelmc
closed
8 years ago
0
Make release, reset methods of Lock and reset_all function delete signal keys via additional call to Redis
#38
AndreiPashkin
closed
8 years ago
7
Investigation of slow overlap test
#37
AndreiPashkin
closed
5 years ago
18
Remove release force true
#36
ionelmc
closed
8 years ago
0
Do not timeout without timeout
#35
tvuotila
closed
8 years ago
4
Update diagram.
#34
ionelmc
closed
8 years ago
4
Make auto renewal stop after lock object destruction
#33
AndreiPashkin
closed
8 years ago
11
Replace EXPIRE with PEXPIRE calls for expiration of signal-lists
#32
AndreiPashkin
closed
8 years ago
20
Make impossible to extend a lock using lock with different
#31
AndreiPashkin
closed
8 years ago
23
Rename auto_renew to auto_extend
#30
ionelmc
opened
8 years ago
0
Fix absence of signalization to waiters on reset
#29
AndreiPashkin
closed
8 years ago
12
Introduce immediate expiration of signal-keys
#28
AndreiPashkin
closed
8 years ago
9
Deadlock
#27
AndreiPashkin
closed
9 years ago
2
Improve reset/reset_all to notify all waiters
#26
ionelmc
closed
8 years ago
0
Remove the `force` arg from release()
#25
ionelmc
closed
8 years ago
59
Introduce lock extend method
#24
AndreiPashkin
closed
8 years ago
11
Simplify Tox configuration
#23
AndreiPashkin
closed
8 years ago
4
Document Lock.release method
#22
AndreiPashkin
closed
9 years ago
1
Previous
Next