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 allow TimeSpan.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