Downloads
Download tar.gz
29.35 KB
MD5: d52f83587a16a8483a63b079f1ba9311
SHA-1: b1d5ce740b22e03e9d8ccb180d44194c54af1174
SHA-256: ec34739add0e996bcef59f3fa01c796f66cd13c381054d7bc996c213f0b06e99
Download zip
36.79 KB
MD5: fb99d6cc13c006303c2f8d79da1b0d17
SHA-1: 6a6fb79250b6ed4a20dc6f5399c4d292e60c60d2
SHA-256: 5b274fe5d4faa5c6eda838cb487e06adff3b5b795cadeb825c29a1fac64cc0ef
Release notes
If using memcache 6.x-1.6 or 6.x-1.7, it is highly recommended that you upgrade to 6.x-1.8 which solves some known cache flushing bugs.
If you are upgrading from versions prior to 6.x-1.6 to 6.x-1.8, it is possible that some items cleared with a wildcard flush will no longer be treated as invalid. You may want to flush memcache or run drush cc all to correct this.
If you are using memcache.db.inc, we HIGHLY recommend you switch to using memcache.inc, as memcache.db.inc is no longer supported and will likely be removed in future 6.x releases.
Features:
- Memcache locking implementation [link]
- #961434: Improve stats by reporting delete success or failure
- #959200: Add ability to exclude bins (tables) from memcache
Bug fixes:
- #958930: Performance of 6.x-1.7 still degraded compared to 6.x-1.5 addressed known performance issues
- #961474: Don't allow reset via stats pages
- #538042: cache_set duplicated keys error. NOTE: memcache.db.inc is deprecated and should not be used
- #961496: Deprecate memcache.db.inc NOTE: memcache.db.inc may be removed completely in future 6.x releases