Open Closed

Cache Performance #2422


User avatar
0
BennieMok created
  • ABP Framework version: v5.0.0
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Hi, I found the interface of permission spent 26 seconds normally when I have used the Redis for the cache of system. But it only spent 2 seconds when I removed AbpCachingStackExchangeRedisModule from module. What could be the reason for this? Thanks.


2 Answer(s)
  • User Avatar
    0
    berkansasmaz created
    Support Team .NET Developer

    Maybe the reason it is because the Redis server is not run or improper Redis configuration while using the AbpCachingStackExchangeRedisModule module.

    Can you check if the Redis server is running? https://stackoverflow.com/a/69371513/9922629

  • User Avatar
    0
    BennieMok created

    Thanks.I have solved it.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11