DistributedLock.Postgres 1.3.1

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.Postgres.

Packages Downloads
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
7
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
6
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
5
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
4

See https://github.com/madelson/DistributedLock#release-notes

.NET Framework 4.6.2

.NET Standard 2.1

.NET Standard 2.0

.NET 8.0

Version Downloads Last updated
1.3.1 2 14.06.2026
1.3.0 6 19.12.2025
1.2.1 6 19.12.2025
1.2.0 7 19.12.2025
1.1.0 5 19.12.2025
1.0.5 7 19.12.2025
1.0.4 7 19.12.2025
1.0.3 7 19.12.2025
1.0.2 6 19.12.2025
1.0.1 6 11.02.2026
1.0.0 6 19.12.2025
1.0.0-alpha02 5 19.12.2025
1.0.0-alpha01 4 19.12.2025