I'm looking at using Redis or SQL Server for storing sessions in ASP.NET Core, and maybe some other caching needs. A few quick questions:
- Are there any major differences with the two?
- Redis is in-memory, is SQL Server also for this purpose, or does it store everything on disk?
- Would the SQL Server Express -version be enough