Experiences with Redis for caching?

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • EFCoreSecondLevelCacheInterceptor

    EF Core Second Level Cache Interceptor

  • We use REDIS to cache al DB API reducing querys to DB and speeding responses. Take a look to EasyCaching (https://easycaching.readthedocs.io/en/latest/Redis/) and EFCoreSecondLevelCacheInterceptor (https://github.com/VahidN/EFCoreSecondLevelCacheInterceptor) . The management is automatic, it is not necessary to do anything else (invalidations, setters,...) and from the code you can force LINQ queries without consulting cache and other cool things.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts