CacheManager v1.1.2 Release Notes
Release Date: 2017-11-18 // over 5 years ago-
🔖 Version 1.1.2
🚀 This release contains some bug fixes and minor improvements.
🛠 Bugfixes
- 🛠 Update StackExchange.Redis minimum version to 1.2.6 because of some bugfixes in that library - #179
- 🛠 Fixed an issue where using
Default
expiration mode didn't allowTimeSpan.Zero
- #192 - 🛠 Fixed a compatibility issue with keys in Redis created with earlier versions of CacheManager - #183
- ✂ Removed sealed from BaseCacheManager - #176
- 🛠 Fixed a bug where the default database setting in the connection string wasn't used - #175