Info
Version: | 2.5.1 |
Author(s): | Michael Adelson |
Last Update: | Saturday, December 7, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/madelson/DistributedLock |
NuGet Url: | https://www.nuget.org/packages/DistributedLock |
Install
Install-Package DistributedLock
dotnet add package DistributedLock
paket add DistributedLock
DistributedLock Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- DistributedLock.Azure(>= 1.0.0)
- DistributedLock.FileSystem(>= 1.0.0)
- DistributedLock.Postgres(>= 1.0.0)
- DistributedLock.Redis(>= 1.0.0)
- DistributedLock.SqlServer(>= 1.0.0)
- DistributedLock.WaitHandles(>= 1.0.0)
- DistributedLock.Azure(>= 1.0.0)
- DistributedLock.FileSystem(>= 1.0.0)
- DistributedLock.Postgres(>= 1.0.0)
- DistributedLock.Redis(>= 1.0.0)
- DistributedLock.SqlServer(>= 1.0.0)
- DistributedLock.WaitHandles(>= 1.0.0)
- DistributedLock.Azure(>= 1.0.0)
- DistributedLock.FileSystem(>= 1.0.0)
- DistributedLock.Postgres(>= 1.0.0)
- DistributedLock.Redis(>= 1.0.0)
- DistributedLock.SqlServer(>= 1.0.0)
- DistributedLock.WaitHandles(>= 1.0.0)
Tags
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.