Skip to content

1.1.0

Compare
Choose a tag to compare
@MichaCo MichaCo released this 05 Jun 10:35
· 24 commits to master since this release

Release 1.1.0 comes with some improvements for redis keyspace events and some love for the Couchbase based implementation.

New Features

  • If configured, CacheManager can now listen on external dels in Redis and sync the instances accordingly (see #148)
  • The redis backplane can now also be used with in-memory caches only (see #111).
  • Added compatibility mode setting to Redis and support for TwemProxy (see #54 and 07f1db9). Also added lua script support without pre-loading (if that is not available).

Improvements for Couchbase (see #154)

  • Added netstandard support as the Couchbase client now supports it.
  • A bunch of configuration and initialization changes. The extensions to configure Couchbase now are more flexible.

Other Improvements

The API documentation has been updated/fixed to use latest version of docfx and is published on the re-designed site http:https://cachemanager.michaco.net.

Bug Fixes

  • #159 Small sanity check for too low expiration timeouts when using Redis