zzzprojects / EntityFramework-Plus

Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more
https://entityframework-plus.net/
MIT License
2.25k stars 318 forks source link

Redis on FromCache (EfCore) #795

Open fenomeno83 opened 6 months ago

fenomeno83 commented 6 months ago

Hi..this is a support. Can I integrate redis over "FromCache" method to use distribuite cache?

This is useful when my service is deployed on balanced servers.

I Use ZEntityFramewok.Plus.EfCore

Thanks

JonathanMagnan commented 6 months ago

Hello @fenomeno83 ,

Unfortunately, Redis is currently only supported for EF6. The last time we tried to support it for EF Core, we failed.

Best Regards,

Jon