C
Join ServerC#
help
❔ ASP.NET builtin cache vs Redis Cache ?
TTotechsStrypper2/11/2023
Hi do we need redis if asp.net 7 already have http cache ?
AAngius2/11/2023
IMemoryCache
and other built-in caches are based on the app's memoryAAngius2/11/2023
Redis has the benefit of being able to run on a separate server
AAngius2/11/2023
Or you can rent a managed Redis service
AAngius2/11/2023
It can also be distributed, persisted, etc.
AAngius2/11/2023
So the question is: do you need Redis for your project?
AAccord2/12/2023
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.