fullstackhero / dotnet-starter-kit

Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
https://fullstackhero.net/dotnet-webapi-boilerplate/
MIT License
5.28k stars 1.58k forks source link

Added used Redis for caching in .Net 8 Aspire Starter App #1019

Open Hadi69ans opened 2 months ago

Hadi69ans commented 2 months ago

In the latest changes of Net 8 Aspire Starter App by Microsoft Redis has been added, you may check if it is useful and add this feature to the project ? image

maxiar commented 2 months ago

I think that a good idea is evaluate the new microsoft cache Garnet (https://github.com/microsoft/garnet) as response a the redis license change recently https://redis.io/blog/redis-adopts-dual-source-available-licensing/ to keep this template Open Source and free of charges of any external component.