RedLock.net 1.7.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package RedLock.net --version 1.7.4
NuGet\Install-Package RedLock.net -Version 1.7.4
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="1.7.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RedLock.net --version 1.7.4
#r "nuget: RedLock.net, 1.7.4"
#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=1.7.4

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

An implementation of the Redlock distributed lock algorithm

Product 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. 
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 Core构建的简单、跨平台、模块化的商城系统
fuluteam/fulusso
基于react+asp.net core开发的单点登录系统
Version Downloads Last updated
2.3.2 7,998,997 4/13/2022
2.3.2-pre1 1,219 4/4/2022
2.3.1 3,726,564 8/27/2021
2.2.0 10,422,123 11/11/2018
2.2.0-pre1 8,599 10/10/2018
2.1.0 555,605 9/5/2018
2.1.0-pre2 2,301 6/9/2018
2.1.0-pre1 3,600 2/13/2018
2.0.0 256,865 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,117 7/16/2017
1.7.4 248,398 10/26/2016
1.7.3 59,495 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,222 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,743 3/31/2015
1.0.0-alpha 2,900 9/1/2014

1.7.4 - Add IRedisLock and IRedisLockFactory interfaces
1.7.3 - Add support for connecting to replicated Redis instances
1.7.2 - Sanity checks on input values
1.7.1 - Lock extend timer will now reacquire a lost lock if it is available
1.7.0 - Add Create method overloads taking a CancellationToken
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