SimpleCDN.Extensions.Redis 0.8.0-rc4

This is a prerelease version of SimpleCDN.Extensions.Redis.
There is a newer version of this package available.
See the version list below for details.
dotnet add package SimpleCDN.Extensions.Redis --version 0.8.0-rc4
                    
NuGet\Install-Package SimpleCDN.Extensions.Redis -Version 0.8.0-rc4
                    
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="SimpleCDN.Extensions.Redis" Version="0.8.0-rc4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SimpleCDN.Extensions.Redis" Version="0.8.0-rc4" />
                    
Directory.Packages.props
<PackageReference Include="SimpleCDN.Extensions.Redis" />
                    
Project file
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 SimpleCDN.Extensions.Redis --version 0.8.0-rc4
                    
#r "nuget: SimpleCDN.Extensions.Redis, 0.8.0-rc4"
                    
#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.
#:package SimpleCDN.Extensions.Redis@0.8.0-rc4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SimpleCDN.Extensions.Redis&version=0.8.0-rc4&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=SimpleCDN.Extensions.Redis&version=0.8.0-rc4&prerelease
                    
Install as a Cake Tool

alternate text is missing from this package README image SimpleCDN Redis Extension

SimpleCDN Redis Extension is an extension for SimpleCDN that adds Redis caching support. This extension is useful when you want to run multiple instances of SimpleCDN in for example a kubernetes cluster.

Features

  • Redis caching

Configuration

builder.Services.AddSimpleCDN(...)
	.AddRedisCache(options => { ... });
  • options.Configuration: The configuration string for the Redis server. This is a required property.
  • options.InstanceName: The instance name to use for the cache. Default is SimpleCDN.
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows 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
1.0.5 175 8/26/2025
1.0.4 154 6/3/2025
1.0.3 127 5/2/2025
1.0.2 130 2/21/2025
1.0.1 117 2/11/2025
1.0.0 117 2/11/2025
0.9.0-pre1 96 1/29/2025
0.8.0 111 1/23/2025
0.8.0-rc7 95 1/23/2025
0.8.0-rc6 108 1/21/2025
0.8.0-rc5 89 1/17/2025
0.8.0-rc4 90 1/16/2025
0.8.0-rc3 83 1/15/2025
0.8.0-pre9 93 1/15/2025
0.8.0-pre8 87 1/15/2025
0.8.0-pre7 92 1/15/2025
0.8.0-pre6 84 1/14/2025
0.8.0-pre11 100 1/17/2025
0.8.0-pre10 88 1/17/2025
0.8.0-pre1 89 1/14/2025