Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
Bug fix and testing release.
We're also moving to a new numbering scheme. Memcache for Drupal 7 has around the same stability and feature set as memcache 6.x-1.8, it is lagging behind 6.x-1.9 by a few commits. However it has been in production on some sites for more than a year (at least cache and lock backends), so it makes sense to cut a stable release at this point.
The 7.x-0.x series will be pure bug fix and testing releases.
Once we start adding the new features added in 6.x-1.9 we'll switch back to a 7.x-1.x numbering scheme, with the eventual plan to have the 6.x-1.x and 7.x-1.x branches completely in sync with each other (apart from changes to the core API etc.).
The session back end is not as well tested for 7.x and there are outstanding major bugs with the database back end in core, so post bug reports if you find them.
Changes since 7.x-1.0-beta4:
- 1177512 by girishmuraly, hook_perm() is now hook_permission().
- ##1190426 by pillarsdotnet: fix undefined variable in dmemcache.inc.
- #1208742 by catch: fixes undefined function lock_initialize() in bootstrap.inc.
- #1131140: remove some cruft from memcache_test.module, remove static caching of in dmemcache_key.
- Issues #969998, #1131140 and #1144394: forward port lock improvements from 6.x branch.
- #1095608: fix simpletest compatibility and sync tests between 6.x and 7.x branches.
- #1048546: Invalid argument supplied for foreach() in MemCacheDrupal->getMultiple().
- #1103796 by FilmKnurd: memcache delete fix.