Hi
I have the enterprise license
Hi please fix for everyone with the Urvin.finance domain. We have 11 people who do not have the ability to make private questions
We are trying to share Redis Cache data with multiple Microservices in our Project As we know that ABP stores data seperately per Application How can we share data via Same KEY We tried Configure<AbpDistributedCacheOptions>(options => { options.KeyPrefix = "MyApp1"; }); But the data was not the same when we Saved and Fetched by the same Key