- What is ABP Framework version?
- 6.3.0
As per the release notes here https://github.com/aspnetboilerplate/aspnetboilerplate/releases/tag/v6.1.0
It would suggest that this issue is resolved and available in 6.1.0 https://github.com/aspnetboilerplate/aspnetboilerplate/pull/5910
However. Per that pull request it was only ever merged into Dev and it does not look like the AbpPerRequestRedisCache is available in 6.1.0 or 6.3.0 which is the version I'm currently using.
We're currently having a lot of issues with Redis which we hope this will resolve.
Are you able to advise what the plans are here?
Thanks
2 Answer(s)
-
0
Hi @rickfrankel
It seems like this package is published with a wrong version number. Could you try using package below;
https://www.nuget.org/packages/Abp.AspNetCore.PerRequestRedisCache/
-
0
Thanks Ismcagdas,
Didn't realise it was it's own nuget. Added it in and all good on that front now.
Thanks