v3.1.0
Cachex v3.1.0 contains the re-introduction of distributed caches, provided in a backwards compatible manner. Alongside this, the internal action routing has been rewritten and should perform a little faster than previously.
Improvements:
- Added latest Elixir/OTP builds to the CI matrix.
- Added support for testing against local cache clusters.
- Introduced a new routing module for all cache interactions.
- Introduced support for running caches in multiple Erlang processes.
- Optimized several places we were using
MapSetunnecessarily.
Please make sure to file any issues found and they'll be addressed as soon as possible!