System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object. at ...
I've been trying the dev branch now that the stackexchange.redis lib has been merged. (need to reconnect in a redis failover scenario) However, my IIS worker process keeps crashing due to this an ...