RedLock.net
1.4.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package RedLock.net --version 1.4.0
NuGet\Install-Package RedLock.net -Version 1.4.0
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.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RedLock.net" Version="1.4.0" />
<PackageReference Include="RedLock.net" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add RedLock.net --version 1.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: RedLock.net, 1.4.0"
#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.
#addin nuget:?package=RedLock.net&version=1.4.0
#tool nuget:?package=RedLock.net&version=1.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- StackExchange.Redis (>= 1.0.328)
NuGet packages (141)
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 (13)
Showing the top 13 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开发的单点登录系统
|
|
ikyriak/IdempotentAPI
A .NET library that handles the HTTP write operations (POST and PATCH) that can affect only once for the given request data and idempotency-key by using an ASP.NET Core attribute (filter).
|
|
LeonKou/NetPro
🌈An enhanced version with clean architecture of asp.netcore,efficiently manage startup,Support for netcore3.1/6.0
|
|
sinantok/aspnetcore-webapi-template
This project is an Web API Open-Source Boilerplate Template that includes NET 8, Web API standards, clean n-tier architecture, GraphQL service, Redis, Mssql, Mongo databases and User Auditing (Identity) with a lot of best practices.
|
|
842549829/Panda
Abp.vNext + EF Core The microservices Open source framework project supports the implementation of message push workflow certification centers based on OAuth2.0
|
|
sekkit/Verse.NET
A Single Process Online Game Server with Minimum Design
|
|
GameProgressive/UniSpyServer
An Open source GameSpy emulator written in C#
|
|
oidcproxydotnet/OidcProxy.Net
An extendible framework for .NET to implement the BFF Security Pattern (a.k.a. Token Handler Pattern) in Single Page Applications
|
|
sa-es-ir/DotNet.RateLimit
A Distributed RateLimit for Controller-Actions and Minimal API.
|
Version | Downloads | Last updated |
---|---|---|
2.3.2 | 18,590,860 | 4/13/2022 |
2.3.2-pre1 | 1,445 | 4/4/2022 |
2.3.1 | 4,768,707 | 8/27/2021 |
2.2.0 | 12,123,436 | 11/11/2018 |
2.2.0-pre1 | 8,877 | 10/10/2018 |
2.1.0 | 733,788 | 9/5/2018 |
2.1.0-pre2 | 2,599 | 6/9/2018 |
2.1.0-pre1 | 3,935 | 2/13/2018 |
2.0.0 | 305,983 | 2/13/2018 |
2.0.0-pre2 | 7,392 | 10/22/2017 |
2.0.0-pre1 | 12,761 | 7/21/2017 |
1.7.5 | 120,671 | 7/16/2017 |
1.7.4 | 286,647 | 10/26/2016 |
1.7.3 | 62,657 | 5/25/2016 |
1.7.2 | 5,135 | 4/22/2016 |
1.7.1 | 2,479 | 4/21/2016 |
1.7.0 | 2,339 | 4/21/2016 |
1.6.4 | 2,428 | 4/14/2016 |
1.6.2 | 58,588 | 12/4/2015 |
1.6.1 | 2,803 | 11/9/2015 |
1.6.0 | 2,326 | 11/6/2015 |
1.5.0 | 2,839 | 9/29/2015 |
1.5.0-test1 | 2,343 | 8/9/2015 |
1.4.0 | 2,668 | 8/9/2015 |
1.3.0 | 2,423 | 7/30/2015 |
1.2.0 | 2,499 | 4/29/2015 |
1.1.0 | 2,470 | 4/21/2015 |
1.0.0 | 7,428 | 3/31/2015 |
1.0.0-alpha | 3,390 | 9/1/2014 |
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