Provides a distributed lock implementation based on SQL Server.
Info
Version: | 1.0.5 |
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.SqlServer |
Install
Install-Package DistributedLock.SqlServer
dotnet add package DistributedLock.SqlServer
paket add DistributedLock.SqlServer
DistributedLock.SqlServer Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- DistributedLock.Core(>= 1.0.0 && < 1.1.0)
- Microsoft.Data.SqlClient(>= 2.1.1)
- DistributedLock.Core(>= 1.0.0 && < 1.1.0)
- Microsoft.Data.SqlClient(>= 2.1.1)
- DistributedLock.Core(>= 1.0.0 && < 1.1.0)
- Microsoft.Data.SqlClient(>= 2.1.1)
Tags