Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.1.1.tar.gz | 2017-07-02 | 248.7 kB | |
1.1.1.zip | 2017-07-02 | 417.2 kB | |
README.md | 2017-07-02 | 639 Bytes | |
Totals: 3 Items | 666.5 kB | 0 |
Version 1.1.1
This release contains some bug fixes and minor improvements.
New Features
- Added some missing overloads for GetOrAdd (see [#152]). Thanks to @ahockersten for the PR!
- Improved message size and read/write speed of backplane messages (see https://github.com/MichaCo/CacheManager/commit/f4846d9301220c857b15fe5bc1a34ad2048bea7e)
Bugfixes
- Redis OnRemove got triggered twice in some rare cases (see [#168]). Manual
del
will not trigger OnRemove anymore now - Race condition in dictionary cache handle (see [#167])
- Exception if no strictCompatibilityModeVersion is defined in app/web.config (see [#165])