CacheManager v1.1.2 Release Notes
Release Date: 2017-11-18 // about 7 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