Open
Description
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.