RedLock.net.StrongName 1.7.1

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

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

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 (10)

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

Package Downloads
RegenerativeDistributedCache.Redis

Basic redis backed implementations of the interfaces in RegenerativeDistributedCache.Interfaces for an external (network) cache, a fan out pub/sub message bus, and a distributed locking mechanism for use with RegenerativeDistributedCache.RegenerativeCacheManager.

RNet.Core

RNet开发框架之核心

LiteX.Cache.Redis

Distributed caching based on StackExchange.Redis and Redis. Small library for manage cache with Redis. A quick setup for Redis. Wrapper library is just written for the purpose to bring a new level of ease to the developers who deal with Redis Cache integration with your system. LiteXCache is simple yet powerful and very high-performance cache mechanism and incorporating both synchronous and asynchronous usage with some advanced usages of caching which can help us to handle caching more easier! Provide Cache service for any type of application (.NET 5, .NET Core, .NET Standard). Very simple yet advanced configuration. Minimal (one line) code configuration is required.

Xecms.Core

Core upgraded to 3.1

MassTransit.RedisSagas.RedLock.StrongName

MassTransit.RedisSagas is a distributed application framework for .NET

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on RedLock.net.StrongName:

Repository Stars
dreling8/Nop.Framework
c# asp.net mvc base development framework from nopCommerce。
Version Downloads Last updated
2.1.0 783,130 9/5/2018
2.1.0-pre2 33,344 6/9/2018
2.1.0-pre1 1,220 2/13/2018
2.0.0 202,197 2/13/2018
2.0.0-pre2 1,805 10/22/2017
2.0.0-pre1 1,667 7/21/2017
1.7.5 108,850 7/16/2017
1.7.4 72,479 10/26/2016
1.7.3 4,352 5/25/2016
1.7.2 1,713 4/22/2016
1.7.1 1,304 4/21/2016
1.7.0 1,154 4/21/2016
1.6.4 1,144 4/14/2016
1.6.3 1,887 3/17/2016
1.6.2 1,367 12/4/2015
1.6.1 1,333 11/25/2015

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.3 - Fix strong name signing for .NET 4.5 dll
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