-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
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@f800358, 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.