Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@MichaCo MichaCo released this 06 Mar 10:37
6dc701e

Breaking Changes

  • CacheManager.Microsoft.Extensions.Logging is not a separated package anymore. Logging is now part of the Core package.
  • CacheManager.Memcached is not supported anymore
  • CacheManager.Couchbase is not supported anymore
  • CacheManager.Web is not supported anymore

What's Changed

New Contributors

Other Notes

Testing with Microsoft.Garnet

For testing and benchmarking, this project is now using Microsoft.Garnet, which allows to create a Redis server which runs in process and is easy to setup.
This has some limitations though and before you use Microsoft.Garnet in production, be aware that key space notifications are not supported yet.