Category: redis
-
Azure Cache Redis in Aspire on Local PC
In this exercise, I focused on only one Azure resource: Azure Managed Redis. My goal was simple: run Redis locally as a container, connect a console client project to it through .NET Aspire with access key authentication, and validate that the client can set and retrieve cache values end-to-end. How it looks like This is…