-
Notifications
You must be signed in to change notification settings - Fork 933
Remove locks from UpdateTimestampsCache #2742
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@maca88 When we use redis pub/sub distributed cache in your implementation non cached entities causes too much syncronization events. Think about a configuration in entity mapping If this approach is ok I could implement this in NHibernate and FluentNHibernate libraries. There is also locks in |
5.3.9 released but does not contains this pr, it was tagged as next minor am I missing something. @fredericDelaporte @hazzik |
Current minor is 5.3.x. Next minor will be 5.4.x, or 6.0.x if we decide to go for a next major instead. |
@gokhanabatay yes, this was for 5.4.x, because we cannot change the behavior or add new features in 5.3.x |
@gokhanabatay, in case you were not knowing, you can still use this feature by using the latest MyGet package. |
@fredericDelaporte thanks we are using myget latest nhibernate package for performance needs. |
See #2735
Possible breaking change:
Originally posted by @maca88 in #2735 (comment)