redis-lock: strict-redis is what we use.
This commit is contained in:
parent
d52521dd31
commit
2b9eeb7a86
1 changed files with 1 additions and 0 deletions
|
|
@ -295,6 +295,7 @@ class BaseRedisBackend(redis_backend.RedisBackend):
|
|||
name=lock_key,
|
||||
expire=self.lock_timeout,
|
||||
auto_renewal=False,
|
||||
strict=True,
|
||||
)
|
||||
return lock
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue