PigKeyCacheLib.SQLServer 3.2.38

Suggested Alternatives

PigSQLSrvLib

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

// Install PigKeyCacheLib.SQLServer as a Cake Tool
#tool nuget:?package=PigKeyCacheLib.SQLServer&version=3.2.38

PigKeyCacheLib.SQLServer is a very lightweight key value Caching Application support multi server load balancing.
This is a scenario with the best read performance and horizontal scalability. It shares database connection with applications, which is equivalent to no third-party service support, and the high availability of the database is better than redis.
It can run on Windows Only.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net30 is compatible.  net35 was computed.  net40 is compatible.  net403 was computed.  net45 was computed.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.3.66 208 5/28/2023
3.3.62 202 4/20/2023
3.3.38 502 8/2/2022
3.3.28 445 8/1/2022
3.3.8 436 7/29/2022
3.2.38 431 7/26/2022
3.2.18 420 7/19/2022
3.2.16 440 7/11/2022
3.2.10 464 7/11/2022
3.2.8 422 7/8/2022
3.2.6 467 7/3/2022
3.1.80 456 6/16/2022
3.1.60 437 6/14/2022
3.1.50 459 6/8/2022
3.1.38 478 5/25/2022
3.1.16 515 1/15/2022
3.1.8 483 1/10/2022
3.0.38 316 12/31/2021
3.0.36 309 12/29/2021
3.0.30 328 12/28/2021
2.0.82 338 12/17/2021
1.2.18 376 11/14/2021
1.2.12 409 10/17/2021
1.2.8 486 10/10/2021
1.1.3 388 10/5/2021
1.0.28 346 9/21/2021

In order to be more compatible with older versions of windows, support .Net 4.0 again.