![]() |
VOOZH | about |
dotnet add package RedLock.net.StrongName --version 1.7.1
NuGet\Install-Package RedLock.net.StrongName -Version 1.7.1
<PackageReference Include="RedLock.net.StrongName" Version="1.7.1" />
<PackageVersion Include="RedLock.net.StrongName" Version="1.7.1" />Directory.Packages.props
<PackageReference Include="RedLock.net.StrongName" />Project file
paket add RedLock.net.StrongName --version 1.7.1
#r "nuget: RedLock.net.StrongName, 1.7.1"
#:package RedLock.net.StrongName@1.7.1
#addin nuget:?package=RedLock.net.StrongName&version=1.7.1Install as a Cake Addin
#tool nuget:?package=RedLock.net.StrongName&version=1.7.1Install as a Cake Tool
An implementation of the Redlock distributed lock algorithm
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net40 net40 is compatible. net403 net403 was computed. net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
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 |
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 | 911,140 | 9/5/2018 | 2.1.0 is deprecated because it is no longer maintained. |
| 2.1.0-pre2 | 34,080 | 6/9/2018 | |
| 2.1.0-pre1 | 1,934 | 2/13/2018 | |
| 2.0.0 | 238,857 | 2/13/2018 | |
| 2.0.0-pre2 | 2,393 | 10/22/2017 | |
| 2.0.0-pre1 | 2,270 | 7/21/2017 | |
| 1.7.5 | 132,485 | 7/16/2017 | |
| 1.7.4 | 106,976 | 10/26/2016 | |
| 1.7.3 | 5,946 | 5/25/2016 | |
| 1.7.2 | 2,649 | 4/22/2016 | |
| 1.7.1 | 2,241 | 4/21/2016 | |
| 1.7.0 | 2,126 | 4/21/2016 | |
| 1.6.4 | 2,081 | 4/14/2016 | |
| 1.6.3 | 2,899 | 3/17/2016 | |
| 1.6.2 | 2,286 | 12/4/2015 | |
| 1.6.1 | 2,303 | 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