To make it easier to start with since some developers may not have SQL Server installed.
Hi @hikalkan
According to your viewpoint, how about using MemoryCache instead of Redis for the startup template?
+1
After creating the ABP solution, the first thing I do is change the connection string to LocalDb.
This is a convenient change.
how about using MemoryCache instead of Redis for the startup template
It is already using MemoryCache. It is using Redis only if you create NTiered solution. We can't use in-memory for ntiered, otherwise they can't share the cache.
Most helpful comment
Hi @hikalkan
According to your viewpoint, how about using
MemoryCacheinstead ofRedisfor the startup template?