thepirat000 / CachingFramework.Redis

Distributed caching based on StackExchange.Redis and Redis. Includes support for tagging and is cluster-compatible.
Other
287 stars 52 forks source link

Fixes failing test in NET 4.6.1 #77

Closed emorell96 closed 2 years ago

emorell96 commented 2 years ago

I have removed the correctness checks from the deadlocks checks. Those are in separate tests.

thepirat000 commented 2 years ago

Thank you!!

thepirat000 commented 2 years ago

Version 14.0.0 was released including your changes. Thanks for your great work!

emorell96 commented 2 years ago

Sure no problem! Always happy to contribute :)