You can check the web requests when using the Tenant impersonation & User impersonation feature.
hi
We will fix this asap. Thanks.
Refunded
OK, The question may be locked by the robot in the future, You can create a new one.
correct
I think Redis is not enabled by default. You can search for Redis keywords in the project.
If we use our api method that returns PagedResultDto<T> multiple calls to Redis are executed (approximately 120 calls per our one api call!):
Can you share your API method code and full logs?
You're welcome.
Current statue:
Double the query if the localized text does not exist in pl-PL.
See
[16:07:33 WRN] Redis get c:Volo.Abp.LanguageManagement.Texts,k:AbpExceptionHandling_pl-PL
[16:07:33 WRN] Redis get c:Volo.Abp.LanguageManagement.Texts,k:AbpExceptionHandling_pl
https://github.com/abpframework/abp/blob/e3e1779de6df5d26f01cdc8e99ac9cbcb3d24d3c/framework/src/Volo.Abp.Localization/Volo/Abp/Localization/AbpDictionaryBasedStringLocalizer.cs#L99
I suggest adding the corresponding translated text via LanguageManagement.
We will add an option to disable this behavior in 5.3. https://github.com/abpframework/abp/issues/12361
hi
I'm not familiar with the redis cli.
GetOrAddAsync will read or write the Redis.