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.
Run abp install-libs
command in project root directory.
hi
You may need to change some components of ASP NET Core, such as the following article
https://www.strathweb.com/2019/08/dynamic-controller-routing-in-asp-net-core-3-0/
These have nothing to do with the framework.
hi
If you use layered projects you need Redis.
https://docs.abp.io/en/abp/latest/Caching https://docs.abp.io/en/abp/latest/Redis-Cache
hi
Abp.RedisCache
belongs aspnetboilerplate
, Volo.Abp.Caching.StackExchangeRedis
is ABP.IO. they can't use together.
hi
Check this https://docs.abp.io/en/abp/latest/Redis-Cache
hi
Do you use the TIERED project?
You need to start the Identity Server and API Host projects first.