We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b056980 commit 25f9f93Copy full SHA for 25f9f93
packages/service-library/src/servicelib/redis/_decorators.py
@@ -43,6 +43,7 @@ def exclusive(
43
Raises:
44
- ValueError if used incorrectly
45
- CouldNotAcquireLockError if the lock could not be acquired
46
+ - LockLostError if the lock was lost (e.g. due to Redis restart, or TTL was not extended in time)
47
"""
48
49
if not lock_key:
0 commit comments