Strongly-Typed Redis Caching in ASP.NET Core
If you've added Redis to an ASP.NET Core app, you've probably met IDistributedCache. It does the job, but it only speaks in byte[] and string keys. So every read or write turns into the same little ri
arefnp.hashnode.dev5 min read