You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NHibernate cannot proceed if any error happens inside Redis cache. I believe if any issue happens in caching then NHibernate should skip that and use Database instead.
I got timeout exception while big data was getting written into Redis which is fine (I needed to increase the timeout) but NHibernate should have just skipped it and continue to work normally.