##// END OF EJS Templates
redis-lock: strict-redis is what we use.
super-admin -
r4708:0440eaa8 stable
parent child Browse files
Show More
@@ -295,6 +295,7 b' class BaseRedisBackend(redis_backend.Red'
295 name=lock_key,
295 name=lock_key,
296 expire=self.lock_timeout,
296 expire=self.lock_timeout,
297 auto_renewal=False,
297 auto_renewal=False,
298 strict=True,
298 )
299 )
299 return lock
300 return lock
300 else:
301 else:
General Comments 0
You need to be logged in to leave comments. Login now