Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
3.6 notes
Express release that fixes a single bug in the getMultiple() method since the previous release. Everyone should upgrade immediately.
3.5 notes
This is probably the most stable release ever, even more than the 2.x branch; nevertheless the 3.x is still going to evolve much yet, reason why it's still not recommended in production.
The cache backend has been almost fully rewritten, thanks to all testers and contributors, and unit tests proven to be useful and have been heavily extended to numerous edge cases and various non regression testing.
The cache backend should now be ready for sharded environment usage, using twemproxy or any other sharding proxy, although it's still lack testing at this time.
Full changelog:
- Issue #2481251 thanks to CloneVince - Fixed the whole cache backend behavior
- Removed the useless clear modes
- Made shard mode more explicit and more stable
- Issue #2481249 by CloneVince: Wrong database selected
- Issue #2478943 by joelpittet: PHP Fatal error: Undefined class constant 'REDIS_DEFAULT_HOST'