DistributedLock.MongoDB 1.0.0
DistributedLock is a .NET library that provides robust and easy-to-use distributed mutexes, reader-writer locks, and semaphores based on a variety of underlying technologies.
With DistributedLock, synchronizing access to a region of code across multiple applications/machines is as simple as:
await using (await myDistributedLock.AcquireAsync())
{
// I hold the lock here
}
Read the documentation here.
Showing the top 20 packages that depend on DistributedLock.MongoDB.
| Packages | Downloads |
|---|---|
|
DistributedLock
Provides easy-to-use mutexes, reader-writer locks, and semaphores that can synchronize across processes and machines. This is an umbrella package that brings in the entire family of DistributedLock.* packages (e. g. DistributedLock.SqlServer) as references. Those packages can also be installed individually.
|
2 |
|
DistributedLock
Provides easy-to-use mutexes, reader-writer locks, and semaphores that can synchronize across processes and machines. This is an umbrella package that brings in the entire family of DistributedLock.* packages (e. g. DistributedLock.SqlServer) as references. Those packages can also be installed individually.
|
1 |
See https://github.com/madelson/DistributedLock#release-notes
.NET Framework 4.7.2
- DistributedLock.Core (>= 1.0.9 && < 1.1.0)
- MongoDB.Driver (>= 3.5.2)
- System.Diagnostics.DiagnosticSource (>= 10.0.1)
.NET 8.0
- DistributedLock.Core (>= 1.0.9 && < 1.1.0)
- MongoDB.Driver (>= 3.5.2)
.NET Standard 2.1
- DistributedLock.Core (>= 1.0.9 && < 1.1.0)
- MongoDB.Driver (>= 3.5.2)
- System.Diagnostics.DiagnosticSource (>= 10.0.1)
| Version | Downloads | Last updated |
|---|---|---|
| 1.0.0 | 2 | 1/20/2026 |