Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 752 Bytes

redis-client-nuget.md

File metadata and controls

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

To get started with the .NET Aspire Stack Exchange Redis client integration, install the 📦 Aspire.StackExchange.Redis NuGet package in the client-consuming project, that is, the project for the application that uses the Redis client. The Redis client integration registers an IConnectionMultiplexer instance that you can use to interact with Redis.

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