memcache_storage 8.x-1.0-beta2

Bug fixes
New features
Unsupported
  • Added tests, fixed issues related to cache tests compliance.
  • Added debug mode.

memcache_storage 7.x-1.3

Bug fixes
New features
Unsupported

Changes:

Bug fixes:

memcache_storage 7.x-1.1

New features
Bug fixes
Insecure
Unsupported

Module became friendly to ngx_http_memcached module! Now Nginx may fetch data directly from memcached pool to avoid passing request to the backend server.

New features:

  • Added possibility to flush entire memcached cluster.

Changes:

memcache_storage 7.x-1.0

New features
Bug fixes
Insecure
Unsupported

Changes:

  • Removed Memcache Storage Page Cache module. It was merged into 7.x-2.x of Cache Expiration module.
  • Updated documentation.

Features:

  • Added integration with drush (three command).

Bug fixes:

memcache_storage 7.x-1.0-rc9

Bug fixes
Insecure
Unsupported

Removed session.inc from release as it is not ready for the production.

memcache_storage 7.x-1.0-rc8

Bug fixes
Insecure
Unsupported

Bug in drupal.org release packing. Added new release to make stable version as soon as it possible.

memcache_storage 7.x-1.0-rc5

New features
Insecure
Unsupported

Changes since 7.x-1.0-rc4:

  • Better debug mode.
  • Changed default values for fieldsets in administrative form.
  • Code was refactored.

memcache_storage 7.x-1.0-rc4

New features
Bug fixes
Insecure
Unsupported

Changes since 7.x-1.0-rc3:

  • Added support of PECL Memcached extension
  • Updated documentation, added more examples
  • All errors now will be logged into watchdog instead of screen display
  • Cache keys for binary protocol became move safe
  • Fixed bug with cache flushes

memcache_storage 7.x-1.0-rc3

New features
Insecure
Unsupported

Changes since 7.x-1.0-rc2:

New features:

  • Added possibility to move backend of locking mechanism into memcache.

Fixed bugs:

  • Display real cache keys in debug mode.
  • Removed extra css file from module.
  • Wrong user update action for Memcache Storage PC module.
  • Changed installation order in README.txt.

memcache_storage 7.x-1.0-rc2

Bug fixes
Insecure
Unsupported

Changes since 7.x-1.0-rc1:

  • Fixed bug with wrong variable in comments expiration.

memcache_storage 7.x-1.0-rc1

New features
Insecure
Unsupported

Major updates since 7.x-1.0-beta8:

  • Added new module Memcache Storage Page Cache. It provides extended actions for page cache expiration.
  • Added new settings for cached pages' custom expiration. (see README.txt).

memcache_storage 7.x-1.0-beta5

Bug fixes
Insecure
Unsupported

Changes since 7.x-1.0-beta4:

  • Changed a way how unique memcache keys was generated. Now they are safe for big keys.
  • Reduced amount of initial Memcache::get() queries (to get cache bins' index values) to 1.

memcache_storage 7.x-1.0-beta3

New features
Bug fixes
Insecure
Unsupported

Release changes:

  • Added internal variableSet() function that slightly reduce amounts of flushing variable cache.
  • Removed useless flush of memcache pool during drupal_flush_all_caches().
  • Fixed style overrides for some core themes.
  • Reduced amount of flushing variables cache for one page request for multiple variable_set() and variable_del() calls.
  • Added documentation for internal variableSet() function.

memcache_storage 7.x-1.0-beta2

New features
Insecure
Unsupported

Changes:

  • Added example of settings.php configuration.
  • Added link to configuration page to the .info file.
  • Added highlighting of MISS operations to the debug output.
Subscribe with RSS Subscribe to Releases for Memcache Storage