ozzymcduff / NHibernate.Caches.StackExchange.Redis

Code based on https://github.com/TheCloudlessSky/NHibernate.Caches.Redis and forks of that project but made to work with StackExchange Redis instead
MIT License
2 stars 2 forks source link

NHibernate v5 #1

Open fredericDelaporte opened 6 years ago

fredericDelaporte commented 6 years ago

Just to let you know as I am not using Redis, NHibernate v5 has been published some weeks ago and is not binary compatible with previous versions.

Caches projects need to implements new async methods. A minimal implementation can be seen in nhibernate/NHibernate-Caches@f800358435f6c051cb2596a4aa5a831df66368d7, where they just fallback on synchronous calls.

Your fork base has an ongoing PR on the subject: TheCloudlessSky/NHibernate.Caches.Redis#31. There is an alternate PR too but I do not consider it a viable long term option: TheCloudlessSky/NHibernate.Caches.Redis#33.

wallymathieu commented 6 years ago

Thanks for the contribution! I'm currently not using NHibernate, but good to know if that changes.