Base solution for your next web application
Open Closed

Usage of Per Request Redis Cache - How can I check what is currently cached / performance improvment #11030


User avatar
0
pliaspzero created

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? 11.1
  • What is your product type (Angular or MVC)? Angular
    • What is product framework type (.net framework or .net core)? .NET CORE

If issue related with ABP Framework

  • What is ABP Framework version?

If issue is about UI

Hi, we are wondering - due to some perfromance issues, to test implemtation of Per Request Redis Cache (got the tipp from other ASPZERO customer): https://aspnetboilerplate.com/Pages/Documents/PerRequestRedisCache

  • How can I check what is currently cached
  • Is there anything what we need to keep in mind when changing?

Any hints are welcome - thanks!


2 Answer(s)
  • User Avatar
    0
    sedulen created

    Hi @pliaspzero ,

    just curious - are you deploying to Azure? And if so, are you using Azure Redis or are you managing your own Redis cluster?

    -Brian

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @pliaspzero

    How can I check what is currently cached

    You can use https://redis.io/docs/manual/cli/ to check cached items.

    Is there anything what we need to keep in mind when changing?

    No, using PerRequestRedisCache doesn't need any extra effort.