1
0
Fork 0
mirror of synced 2024-08-15 10:01:34 +12:00

Update docs

This commit is contained in:
adrinr 2023-03-07 13:30:23 +01:00
parent 84d450a931
commit 77cbe9bc8d

View file

@ -30,7 +30,7 @@ export interface LockOptions {
*/
ttl: number
/**
* The resource to the lock name
* The individual resource to lock. This is useful for locking around very specific identifiers, e.g. a document that is prone to conflicts
*/
resource?: string
/**