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.

Source: [Dev.to](https://dev.to/arefla/strongly-typed-redis-caching-in-aspnet-core-without-the-boilerplate-101p)

Sponsored