RedLock.net 2.3.2

dotnet add package RedLock.net --version 2.3.2
NuGet\Install-Package RedLock.net -Version 2.3.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RedLock.net" Version="2.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RedLock.net --version 2.3.2
#r "nuget: RedLock.net, 2.3.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RedLock.net as a Cake Addin
#addin nuget:?package=RedLock.net&version=2.3.2

// Install RedLock.net as a Cake Tool
#tool nuget:?package=RedLock.net&version=2.3.2

An implementation of the Redlock distributed lock algorithm

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (102)

Showing the top 5 NuGet packages that depend on RedLock.net:

Package Downloads
Shesha.Framework

Package Description

Reo.Core.DistributedCache

Package Description

VirtoCommerce.ExperienceApiModule.Core The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Experiene API functionality

WorkflowCore.Providers.Redis

Redis providers for Workflow Core (Persistence, queueing, distributed locking and event hubs)

VirtoCommerce.Platform.DistributedLock The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Virto Commerce is a flexible B2B ecommerce solution that offers powerful tools for enterprise business users. https://virtocommerce.com

GitHub repositories (11)

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 Platform Repository
yangzhongke/NETBookMaterials
trueai-org/module-shop
一个基于 .NET 8.0 构建的简单、跨平台、模块化的商城系统
fuluteam/fulusso
基于react+asp.net core开发的单点登录系统
Version Downloads Last updated
2.3.2 8,024,452 4/13/2022
2.3.2-pre1 1,219 4/4/2022
2.3.1 3,730,045 8/27/2021
2.2.0 10,427,927 11/11/2018
2.2.0-pre1 8,599 10/10/2018
2.1.0 556,631 9/5/2018
2.1.0-pre2 2,301 6/9/2018
2.1.0-pre1 3,600 2/13/2018
2.0.0 257,013 2/13/2018
2.0.0-pre2 6,990 10/22/2017
2.0.0-pre1 12,453 7/21/2017
1.7.5 110,163 7/16/2017
1.7.4 248,587 10/26/2016
1.7.3 59,511 5/25/2016
1.7.2 4,852 4/22/2016
1.7.1 2,192 4/21/2016
1.7.0 2,025 4/21/2016
1.6.4 2,126 4/14/2016
1.6.2 58,223 12/4/2015
1.6.1 2,503 11/9/2015
1.6.0 2,037 11/6/2015
1.5.0 2,537 9/29/2015
1.5.0-test1 2,076 8/9/2015
1.4.0 2,375 8/9/2015
1.3.0 2,121 7/30/2015
1.2.0 2,210 4/29/2015
1.1.0 2,158 4/21/2015
1.0.0 4,750 3/31/2015
1.0.0-alpha 2,904 9/1/2014

Note: RedLock 2.2.0+ requires StackExchange.Redis 2.0+ - if you need to use StackExchange.Redis 1.x please continue to use RedLock.net 2.1.0.

2.3.2 - Fix for issue introduced in 2.3.1 where locks failed to extend in certain circumstances.
2.3.1 - Fix MissingMethodException on RedLockFactory.Create() in 2.3.0.
2.3.0 - Add support for async unlocking. Add configurable retry settings. Fix rare failure to unlock on dispose issue.
2.2.0 - Update to StackExchange.Redis 2.0. Switch to a single strong named package and adjust platform targets to match StackExchange.Redis 2.0.
2.1.0 - Add connection change events and more detailed lock status information
2.0.0 - .NET Core release