Carbon.Redis 2.5.0-preview

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

// Install Carbon.Redis as a Cake Tool
#tool nuget:?package=Carbon.Redis&version=2.5.0-preview&prerelease

2.5.0-preview
Multiple Sentinel and Redis Cluster support
More accurate healthcheck for any kind of server installation (Cluster, Sentinel, Basic)
StackExchange.Redis upgrade

2.4.0-preview
More extension methods added (Get a key from redis, if null set it via method and return)

2.3.0-preview
Numerous type of handy extension methods are added such as Hash, HashAsObject, Set
Use HashAsObject to store a complete object into hash fields for boosted performance (Only supports Json serialization), and able to get selected fields rather than the entire object
Use Set for relationships or etc.

2.1.3-preview
Carbon.Redis JSON binary serializer added on the top of binary formatter serializer which is unsupported as of dotnet 5. Simply use static method ICarbonCacheExtensions.SetSerializationType as desired serialization type which defaults to binaryformatter.

If you try to get binaryformatter serialized keys via json binary serializer from redis, you will receive default value (such as null). At that moment, remove the existing key, and add the new one with the new serializer, or use set to replace it.

System.Text.Json (faster) is used as master serializer/deserializer replacing Newtonsoft.Json. This may require to add [Serializable] tag over your objects, make sure you consider it!

2.0.0-preview
 Enables you to use CarbonRedisCache Helper in your services to access more extended methods and capabilities (i.e. RedLock, Redis PubSub etc.) and make the legacy apis compatible with this package
 Handle with care while using this Helper extension methods as it contains binaryformatters which are obsoleted as of dotnet 5, either allow this feature in your csproj or do not use dotnet 5 and greater
 BinaryFormatters will migrate to JsonSerializers or other serializations at incoming versions
1.3.3
 Added SSL/TLS connection support
1.2.0
Added health check.
1.0.9
- Redis Key Length Retrieval from Configuration, not from Redis as a Key
1.0.4
- Scan Keys And Remove By Pattern

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
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
2.9.0 911 2/14/2024
2.8.2 986 1/4/2024
2.8.1 861 12/28/2023
2.8.0 1,093 11/21/2023
2.7.1 1,127 11/3/2023
2.7.0 4,399 1/17/2023
2.6.2-preview 1,388 12/22/2022
2.6.1-preview 1,732 12/12/2022
2.6.0-preview 1,913 12/6/2022
2.5.0-preview 1,364 11/22/2022
2.4.0-preview 1,417 11/18/2022
2.3.1-preview 1,377 11/9/2022
2.3.0-preview 1,298 11/3/2022
2.1.3-preview 1,341 11/1/2022
2.0.0-preview 1,442 10/27/2022
1.3.4 3,412 5/12/2022