2.1.0
- Adds lock status information (
RedLock.Status
andRedLock.InstanceSummary
) to give more information when locks fail to acquire (e.g. conflicted, no quorum) (#24). - Adds
RedLockFactory.ConfigurationChanged
event that is fired whenever changes to the underlying redis connections are detected (#24). - Adds NetStandard 2.0 target (#35).
- Limits
StackExchange.Redis
nuget dependency to < 2.0, as 2.0 is a breaking change (#40).