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)
-
0
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
-
0
Thanks.I have solved it.