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
Non-blocking auto-renewing context manager lock
#121
Danferno
closed
1 month ago
1
Documentation bug in usage example
#120
mrmachine
opened
4 months ago
0
fix test: ignore string case when waiting for redis-server 'ready to accept connections' message
#119
summersamara
opened
4 months ago
0
A question about recursive lock
#118
yuzaoyah
closed
4 months ago
2
ISSUE-96: after using sub-class of Lock, TypeErr raise
#117
gshmu
opened
5 months ago
1
set lock_renewal_thread daemon property has a bug
#116
zhjchina
opened
5 months ago
0
ISSUE-114: auto renew lock max no of times instead of always
#115
nikhilnimbalkar1
opened
6 months ago
0
[Feature Request] Renew a lock for X number of times
#114
nikhilnimbalkar1
opened
7 months ago
0
[Feature Request] Support floating point timeouts
#113
darintay
opened
8 months ago
0
Lock acquisition is logged as INFO
#112
nschagen
opened
12 months ago
1
Acquired Lock multiple times with the multiprocess
#111
yuqiuwen
closed
1 year ago
0
Fix documentation syntax errors. Remove incorrect trailing colons (':').
#110
waterimp
closed
1 year ago
1
Renewal using one thread2
#109
giladcornix
closed
1 year ago
0
Renewal using one thread2
#108
giladcornix
closed
1 year ago
0
Failed to make tests working with plain pytest
#107
mcepl
opened
1 year ago
0
set max number of refreshes before exception
#106
coughlinjake
opened
1 year ago
0
Support unlocking twice without exception
#105
giladcornix
closed
1 year ago
0
Feature Request: Fair semaphore implementation
#104
alexf-bond
closed
1 year ago
8
Failed to run tests
#103
tavor118sn
closed
1 year ago
2
Set parameter for acquire
#102
tavor118sn
closed
6 months ago
5
Customizable prefix
#101
Mogost
opened
1 year ago
3
Weird behavior with the same lock key and different ids.
#100
tarantelot
closed
1 year ago
8
[Feature Request] Setting expire time in milliseconds
#99
sangaline
opened
1 year ago
0
Renewal using one thread
#98
giladcornix
closed
1 year ago
0
Support Python3.10
#97
jamesliu4c
opened
2 years ago
1
TypeError: 'NoneType' object is not callable
#96
froOzzy
opened
2 years ago
14
fix docs
#95
daleevans
opened
2 years ago
0
Fixed typo in _start_lock_renewer
#94
eugene-eeo
closed
1 year ago
1
Two celery workers got the lock at the same time
#93
fz-gaojian
opened
2 years ago
6
Handle case where background thread dies due to out of memory
#92
baragona
opened
2 years ago
3
auto renew does not seem to work when decorating a celery task
#91
timrichardson
closed
2 years ago
8
bugfix register scripts
#90
alexbondar92
closed
2 years ago
1
bugfix cluster redis - register scripts
#89
alexbondar92
closed
2 years ago
0
add support for RedisCluster
#88
alexbondar92
closed
2 years ago
0
when blocking and not timeout, it is not necessary to execute blpop every time.
#87
boycs007
opened
3 years ago
0
test_no_overlap2[decode_responses=False] fails
#86
mcepl
opened
3 years ago
14
NotAcquired with longer celery jobs with short expire and auto_renewal=True
#85
TauPan
opened
3 years ago
7
Please clarify what's the advantage over Lock implementation in redis-py
#84
TauPan
closed
3 years ago
1
Add Pottery to Similar Projects
#83
brainix
closed
3 years ago
1
Documentation on readthedocs stuck on 3.2
#82
SalomonSmeke
closed
4 years ago
2
Docs: fix broken URL's, ignore a couple in sphynx cfg.
#81
SalomonSmeke
closed
4 years ago
0
Move to slightly more flexible logging scheme.
#80
SalomonSmeke
closed
4 years ago
3
Add python 39 as a tox target/add support for python 39.
#79
SalomonSmeke
closed
4 years ago
2
Additional logging options, verbosity and level.
#78
SalomonSmeke
closed
4 years ago
8
Does 3.3.0 actually not work on Python 3.3?
#77
mrmachine
closed
4 years ago
2
3.6 test failures
#76
Bubu
closed
4 years ago
3
fix lua keys and args
#75
d9ichen
closed
4 years ago
2
Cannot set timeout greater than expire
#74
ghost
closed
4 years ago
2
Lock became infinite?
#73
marcinn
closed
4 years ago
6
Locked method
#72
artslob
closed
4 years ago
4
Next