Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 824 Bytes

redis-distributed-client-nuget.md

File metadata and controls

20 lines (14 loc) · 824 Bytes
ms.topic
include

To get started with the .NET Aspire Redis distributed caching integration, install the 📦 Aspire.StackExchange.Redis.DistributedCaching NuGet package in the client-consuming project, i.e., the project for the application that uses the Redis distributed caching client. The Redis client integration registers an xref:Microsoft.Extensions.Caching.Distributed.IDistributedCache instance that you can use to interact with Redis.

dotnet add package Aspire.StackExchange.Redis.DistributedCaching
<PackageReference Include="Aspire.StackExchange.Redis.DistributedCaching"
                  Version="*" />