Skip to content

1.1.2

Compare
Choose a tag to compare
@MichaCo MichaCo released this 18 Nov 11:26
· 27 commits to dev since this release

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