RedLock.net
1.6.4
See the version list below for details.
dotnet add package RedLock.net --version 1.6.4
NuGet\Install-Package RedLock.net -Version 1.6.4
<PackageReference Include="RedLock.net" Version="1.6.4" />
paket add RedLock.net --version 1.6.4
#r "nuget: RedLock.net, 1.6.4"
// Install RedLock.net as a Cake Addin #addin nuget:?package=RedLock.net&version=1.6.4 // Install RedLock.net as a Cake Tool #tool nuget:?package=RedLock.net&version=1.6.4
An implementation of the Redlock distributed lock algorithm
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- StackExchange.Redis (>= 1.0.328)
NuGet packages (136)
Showing the top 5 NuGet packages that depend on RedLock.net:
Package | Downloads |
---|---|
Reo.Core.Hosting
Package Description |
|
Reo.Core.IdentityModel
Package Description |
|
Reo.Core.AutoHistory
Package Description |
|
Shesha.Framework
Package Description |
|
Reo.Core.Database
Package Description |
GitHub repositories (14)
Showing the top 5 popular GitHub repositories that depend on RedLock.net:
Repository | Stars |
---|---|
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
|
|
VirtoCommerce/vc-platform
Virto Commerce B2B Innovation Platform
|
|
trueai-org/module-shop
一个基于 .NET 8.0 构建的简单、跨平台、模块化的商城系统
|
|
yangzhongke/NETBookMaterials
|
|
fuluteam/fulusso
基于react+asp.net core开发的单点登录系统
|
Version | Downloads | Last updated |
---|---|---|
2.3.2 | 13,393,119 | 4/13/2022 |
2.3.2-pre1 | 1,388 | 4/4/2022 |
2.3.1 | 4,349,751 | 8/27/2021 |
2.2.0 | 11,400,130 | 11/11/2018 |
2.2.0-pre1 | 8,760 | 10/10/2018 |
2.1.0 | 688,698 | 9/5/2018 |
2.1.0-pre2 | 2,405 | 6/9/2018 |
2.1.0-pre1 | 3,729 | 2/13/2018 |
2.0.0 | 285,516 | 2/13/2018 |
2.0.0-pre2 | 7,215 | 10/22/2017 |
2.0.0-pre1 | 12,606 | 7/21/2017 |
1.7.5 | 116,351 | 7/16/2017 |
1.7.4 | 272,546 | 10/26/2016 |
1.7.3 | 60,899 | 5/25/2016 |
1.7.2 | 4,967 | 4/22/2016 |
1.7.1 | 2,309 | 4/21/2016 |
1.7.0 | 2,159 | 4/21/2016 |
1.6.4 | 2,257 | 4/14/2016 |
1.6.2 | 58,389 | 12/4/2015 |
1.6.1 | 2,634 | 11/9/2015 |
1.6.0 | 2,155 | 11/6/2015 |
1.5.0 | 2,666 | 9/29/2015 |
1.5.0-test1 | 2,187 | 8/9/2015 |
1.4.0 | 2,498 | 8/9/2015 |
1.3.0 | 2,248 | 7/30/2015 |
1.2.0 | 2,324 | 4/29/2015 |
1.1.0 | 2,290 | 4/21/2015 |
1.0.0 | 5,830 | 3/31/2015 |
1.0.0-alpha | 3,198 | 9/1/2014 |
1.6.4 - Switch from DateTime to Stopwatch for calculating elapsed time
1.6.2 - Fix bug in extend script
1.6.1 - Add missing ConfigureAwait(false) to RedisLockFactory CreateAsync overload
1.6.0 - Switch to using liblog for logging support, remove extraneous retry delay after acquire when blocking for a redis lock
1.5.0 - Add async support
1.4.0 - Add redis database number and key format configuration options
1.3.0 - Add password, SSL and connection timeout configuration options (enables use with Azure Redis Cache)
1.2.0 - Lock/Extend/Unlock instances in parallel
1.1.0 - Target .NET 4.0 and 4.5
1.0.0 - Initial release