Pax.Redis
2.0.0.60
See the version list below for details.
Requires NuGet 2.0.0.60 or higher.
dotnet add package Pax.Redis --version 2.0.0.60
NuGet\Install-Package Pax.Redis -Version 2.0.0.60
<PackageReference Include="Pax.Redis" Version="2.0.0.60" />
paket add Pax.Redis --version 2.0.0.60
#r "nuget: Pax.Redis, 2.0.0.60"
// Install Pax.Redis as a Cake Addin #addin nuget:?package=Pax.Redis&version=2.0.0.60 // Install Pax.Redis as a Cake Tool #tool nuget:?package=Pax.Redis&version=2.0.0.60
C#/.NET Client for Redis
support twemproxy,codis,sentinel,pika
but not support cluster
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Pax.Lib (>= 2.0.0.60)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
releases 2.0.0.60
Release built on 2016-08-12 16:40
Add original Error message + timestamps to Redis retry exceptions
Add additional logging and skip processing invalid response
Add timestamp in error log
include StackTrace with connection error Exception
Ensure socket != null after TryConnectIfNeeded()
Change Sentinels to parse complex response using RedisData instead of Nested late-bound objects
Bubble Exceptions from GetMasterHost() when called from GetSentinelInfo()