You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
This would allow you to have something like a lock file that multiple clients could share.
Without knowing if the key already existed when writing, someone else could have written to the lock file in the time between you last checking if it existed, and writing to it.
That would indeed be very useful. Alternatively, providing a way to write-if-not-exists, that could possibly be extended to write-unless-newer-than would bridge the gap as well.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This would allow you to have something like a lock file that multiple clients could share.
Without knowing if the key already existed when writing, someone else could have written to the lock file in the time between you last checking if it existed, and writing to it.
Would this be useful?
Something like:
The text was updated successfully, but these errors were encountered: