Skip to content

Commit 25f9f93

Browse files
committed
improve docs
1 parent b056980 commit 25f9f93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/service-library/src/servicelib/redis/_decorators.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def exclusive(
4343
Raises:
4444
- ValueError if used incorrectly
4545
- 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)
4647
"""
4748

4849
if not lock_key:

0 commit comments

Comments
 (0)