Provides a distributed lock implementation based on Postgresql.
Info
Version: | 1.2.0 |
Author(s): | Michael Adelson |
Last Update: | Sunday, June 30, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/madelson/DistributedLock |
NuGet Url: | https://www.nuget.org/packages/DistributedLock.Postgres |
Install
Install-Package DistributedLock.Postgres
dotnet add package DistributedLock.Postgres
paket add DistributedLock.Postgres
DistributedLock.Postgres Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- DistributedLock.Core(>= 1.0.0 && < 1.1.0)
- Npgsql(>= 4.1.7)
- DistributedLock.Core(>= 1.0.0 && < 1.1.0)
- Npgsql(>= 4.1.7)
- DistributedLock.Core(>= 1.0.0 && < 1.1.0)
- Npgsql(>= 4.1.7)
Tags