synced-append
Append text files without leaving corrupted states between process crashes. A set of files can be grouped together so that appends to all those files can be committed at once making sure files are in sync.
Append text files without leaving corrupted states between process crashes. A set of files can be grouped together so that appends to all those files can be committed at once making sure files are in sync.
Mutual Exclusion mechanism for Asynchronous JS Code.
A redis-backed lock broker that manages groups of S/X locks with atomic lua scripts.