SimpleCDN.Extensions.Redis
0.8.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 SimpleCDN.Extensions.Redis --version 0.8.0
NuGet\Install-Package SimpleCDN.Extensions.Redis -Version 0.8.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="SimpleCDN.Extensions.Redis" Version="0.8.0" />
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" />
<PackageReference Include="SimpleCDN.Extensions.Redis" />
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SimpleCDN.Extensions.Redis, 0.8.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.
#:package SimpleCDN.Extensions.Redis@0.8.0
#: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
#tool nuget:?package=SimpleCDN.Extensions.Redis&version=0.8.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
The SimpleCDN Docker Image comes with Redis support by default.
Features
- Redis caching
Configuration
var builder = WebApplication.CreateBuilder();
var cdnBuilder = builder.Services.AddSimpleCDN();
+cdnBuilder.AddRedisCache(options => { ... });
options.ConnectionString
: The configuration string for the Redis server. This is a required property.options.ClientName
: How the client should be identified to Redis. Default isSimpleCDN
. This value can't contain whitespace.options.KeyPrefix
: A string to prepend to all keys SimpleCDN inserts. Default isSimpleCDN::
. An empty value is allowed, meaning no prefix is added.
Product | Versions 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.
-
net8.0
- SimpleCDN (>= 0.8.0)
- StackExchange.Redis (>= 2.8.24)
-
net9.0
- SimpleCDN (>= 0.8.0)
- StackExchange.Redis (>= 2.8.24)
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 | 16 | 8/26/2025 |
1.0.4 | 153 | 6/3/2025 |
1.0.3 | 126 | 5/2/2025 |
1.0.2 | 129 | 2/21/2025 |
1.0.1 | 116 | 2/11/2025 |
1.0.0 | 116 | 2/11/2025 |
0.9.0-pre1 | 95 | 1/29/2025 |
0.8.0 | 110 | 1/23/2025 |
0.8.0-rc7 | 94 | 1/23/2025 |
0.8.0-rc6 | 107 | 1/21/2025 |
0.8.0-rc5 | 88 | 1/17/2025 |
0.8.0-rc4 | 89 | 1/16/2025 |
0.8.0-rc3 | 82 | 1/15/2025 |
0.8.0-pre9 | 92 | 1/15/2025 |
0.8.0-pre8 | 86 | 1/15/2025 |
0.8.0-pre7 | 91 | 1/15/2025 |
0.8.0-pre6 | 83 | 1/14/2025 |
0.8.0-pre11 | 99 | 1/17/2025 |
0.8.0-pre10 | 87 | 1/17/2025 |
0.8.0-pre1 | 88 | 1/14/2025 |