Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 771 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 771 Bytes

Aspire with Redis

A simple demo showing how to use .NET Aspire with Redis. The AppHost project is references Aspire.Hosting.Redis and wires up the redis resource, and the ApiApplication references Aspire.StackExchange.Redis and wires up the redis component.

Dashboard + OpenTelemetry

The aspire dashboard shows distributed traces that include the HTTP request to the API and the outgoing calls to redis. This works because Aspire.StackExchange.Redis enables OpenTelemetry for the redis client.

image