Aspire.Hosting.Redis
13.4.3
Prefix Reserved
dotnet add package Aspire.Hosting.Redis --version 13.4.3
NuGet\Install-Package Aspire.Hosting.Redis -Version 13.4.3
<PackageReference Include="Aspire.Hosting.Redis" Version="13.4.3" />
<PackageVersion Include="Aspire.Hosting.Redis" Version="13.4.3" />
<PackageReference Include="Aspire.Hosting.Redis" />
paket add Aspire.Hosting.Redis --version 13.4.3
#r "nuget: Aspire.Hosting.Redis, 13.4.3"
#:package Aspire.Hosting.Redis@13.4.3
#addin nuget:?package=Aspire.Hosting.Redis&version=13.4.3
#tool nuget:?package=Aspire.Hosting.Redis&version=13.4.3
Aspire.Hosting.Redis library
Provides extension methods and resource definitions for an Aspire AppHost to configure a Redis resource.
Getting started
Install the package
In your AppHost project, install the Aspire Redis Hosting library with NuGet:
dotnet add package Aspire.Hosting.Redis
Usage example
Then, in the AppHost.cs file of AppHost, add a Redis resource and consume the connection using the following methods:
var redis = builder.AddRedis("redis");
var myService = builder.AddProject<Projects.MyService>()
.WithReference(redis);
Connection Properties
When you reference a Redis resource using WithReference, the following connection properties are made available to the consuming project:
Redis
The Redis resource exposes the following connection properties:
| Property Name | Description |
|---|---|
Host |
The hostname or IP address of the Redis server |
Port |
The port number the Redis server is listening on |
Password |
The password for authentication |
Uri |
The connection URI, with the format redis://:{Password}@{Host}:{Port} |
Aspire exposes each property as an environment variable named [RESOURCE]_[PROPERTY]. For instance, the Uri property of a resource called cache becomes CACHE_URI.
Additional documentation
- https://aspire.dev/integrations/caching/redis/
- https://aspire.dev/integrations/caching/redis-output/
- https://aspire.dev/integrations/caching/redis-distributed/
Feedback & contributing
https://github.com/microsoft/aspire
*Redis is a registered trademark of Redis Ltd. Any rights therein are reserved to Redis Ltd.
| 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 was computed. 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. |
-
net8.0
- Aspire.Hosting (>= 13.4.3)
- AspNetCore.HealthChecks.Redis (>= 9.0.0)
- AspNetCore.HealthChecks.Uris (>= 9.0.0)
- Google.Protobuf (>= 3.34.1)
- Grpc.AspNetCore (>= 2.80.0)
- Grpc.Net.ClientFactory (>= 2.80.0)
- Grpc.Tools (>= 2.80.0)
- Humanizer.Core (>= 3.0.10)
- JsonPatch.Net (>= 3.3.0)
- KubernetesClient (>= 19.0.2)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.8)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.8)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.8)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 8.0.27)
- Microsoft.Extensions.FileSystemGlobbing (>= 10.0.8)
- Microsoft.Extensions.Hosting (>= 10.0.8)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.8)
- Microsoft.Extensions.Http (>= 10.0.8)
- Microsoft.Extensions.Logging (>= 10.0.8)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.8)
- Microsoft.Extensions.Options (>= 10.0.8)
- Microsoft.Extensions.Primitives (>= 10.0.8)
- ModelContextProtocol (>= 1.3.0)
- Newtonsoft.Json (>= 13.0.4)
- OpenTelemetry.Exporter.OpenTelemetryProtocol (>= 1.15.3)
- OpenTelemetry.Extensions.Hosting (>= 1.15.3)
- Polly.Core (>= 8.6.6)
- Semver (>= 3.0.0)
- StackExchange.Redis (>= 2.13.1)
- StreamJsonRpc (>= 2.22.23)
- System.IO.Hashing (>= 10.0.8)
- System.Text.Json (>= 10.0.8)
NuGet packages (18)
Showing the top 5 NuGet packages that depend on Aspire.Hosting.Redis:
| Package | Downloads |
|---|---|
|
Aspire.Hosting.AWS
Add support for provisioning AWS application resources and configuring the AWS SDK for .NET. |
|
|
Aspire.Hosting.Azure.Redis
Azure Redis resource types for Aspire. |
|
|
CommunityToolkit.Aspire.Hosting.Redis.Extensions
An Aspire integration for extending redis hosting. |
|
|
FonsecaFramework.Aspire
Collection of classes and extensions for .NET Aspire |
|
|
Hexalith.Infrastructure.AspireService.Hosting
Hexalith is a set of libraries to build a micro-service architecture. |
GitHub repositories (42)
Showing the top 20 popular GitHub repositories that depend on Aspire.Hosting.Redis:
| Repository | Stars |
|---|---|
|
dotnet/orleans
Cloud Native application framework for .NET
|
|
|
dotnet/eShop
A reference .NET application implementing an eCommerce site
|
|
|
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 10 Starter Kit (Web API + React Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
|
|
|
microsoft/fluentui-blazor
Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
|
|
|
thomhurst/TUnit
A modern, fast and flexible .NET testing framework
|
|
|
exceptionless/Exceptionless
Exceptionless application
|
|
|
FoundatioFx/Foundatio
Pluggable foundation blocks for building distributed apps.
|
|
|
GZTimeWalker/GZCTF
The GZ::CTF project, an open source CTF platform.
|
|
|
meysamhadeli/booking-microservices
A practical microservices with the latest technologies and architectures like Vertical Slice Architecture, Event Sourcing, CQRS, DDD, gRpc, MongoDB, RabbitMq, Masstransit, and Aspire in .Net 10.
|
|
|
bitfoundation/bitplatform
Build all of your apps using what you already know and love ❤️
|
|
|
abpframework/abp-samples
Sample solutions built with the ABP Framework
|
|
|
microsoft/aspire-samples
Browse the sample apps demonstrating Aspire integration across C#, JavaScript, TypeScript, Python, Go, containers, databases, cloud, AI, and observability scenarios.
|
|
|
colinin/abp-next-admin
这是基于vue-vben-admin 模板适用于abp vNext的前端管理项目
|
|
|
mehdihadeli/food-delivery-microservices
🍔 A practical and cloud-native food delivery microservices, built with .Net Aspire, .Net 9, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
|
|
|
CommunityToolkit/Aspire
A community project with additional components and extensions for Aspire
|
|
|
meysamhadeli/booking-modular-monolith
A practical Modular Monolith architecture with the latest technologies and architecture like Vertical Slice Architecture, Event Driven Architecture, CQRS, DDD, gRpc, Masstransit, and Aspire in .Net 10.
|
|
|
mehmetozkaya/Design-Microservices-Architecture-with-Patterns-Principles
Design Microservices Architecture with Patterns & Principles. Design Microservices Architecture with Design Patterns, Principles and the Best Practices. How to handle millions of request with designing system for high availability, high scalability, low latency, and resilience to network failures on distributed microservices.
|
|
|
thangchung/practical-dotnet-aspire
The practical .NET Aspire builds on the coffeeshop app business domain
|
|
|
davidfowl/aspire-ai-chat-demo
Aspire AI Chat is a full-stack chat sample that combines modern technologies to deliver a ChatGPT-like experience.
|
|
|
J-Tech-Japan/Sekiban
Sekiban - an Opinionated Event Sourcing and CQRS Framework using C#. It can store data into Azure Cosmos DB, AWS Dynamo DB or Postgres
|
| Version | Downloads | Last Updated |
|---|---|---|
| 13.4.3 | 19,239 | 6/8/2026 |
| 13.4.2 | 27,927 | 6/3/2026 |
| 13.4.1 | 1,009 | 6/3/2026 |
| 13.4.0 | 25,869 | 6/1/2026 |
| 13.3.5 | 91,270 | 5/21/2026 |
| 13.3.4 | 14,987 | 5/19/2026 |
| 13.3.3 | 74,617 | 5/15/2026 |
| 13.3.2 | 16,649 | 5/14/2026 |
| 13.3.1 | 15,012 | 5/12/2026 |
| 13.3.0 | 99,051 | 5/7/2026 |
| 13.2.4 | 153,812 | 4/24/2026 |
| 13.2.3 | 52,874 | 4/21/2026 |
| 13.2.2 | 157,805 | 4/8/2026 |
| 13.2.1 | 76,811 | 3/31/2026 |
| 13.2.0 | 169,430 | 3/23/2026 |
| 13.1.3 | 35,775 | 3/19/2026 |
| 13.1.2 | 236,011 | 2/26/2026 |
| 13.1.1 | 154,153 | 2/11/2026 |
| 13.1.0 | 605,356 | 12/17/2025 |
| 13.0.2 | 90,874 | 12/4/2025 |