Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 46.72 KB
MD5: b70366e2311dbb3f0f62d59f9586ee45
SHA-1: de5ed04220847c33e50da14eff880d8d1de9ff24
SHA-256: f36c970a372b21b7ec65cc2bcc3ec4e2ecde0818ff8d5297dfc497ced5138ce2
Download zip 74.5 KB
MD5: 305e3be2658853d13c881e10e4fb4bc4
SHA-1: 3640e97baaf9dd781db1ea6166748559f90614d5
SHA-256: 4d927a7dcb611dc77a8a37a35547e9ca222cd7e4569147a80f25835133ef616f

Release notes

This release validates that the module works great in a sharded environment. It also fixes critical bugs with the Predis implementation that remain silent for days.

This release also bring the pipelining throught sharded environment support if your sharding proxy supports it. It has been fully unit tested using the Twemproxy sharding proxy. This mode is also recommended for people using Redis server <2.6. In order to enable it, add to your settings.php file: $conf['redis_flush_mode'] = 4;

Every 3.x users are urged to update to this release.

There is still one remaining known issue, in certain undetermined conditions yet but always when using a sharding proxy, Predis will send invalid commands.

Full changelog:

  • Fixed a serious bug in Predis EVAL implementation
  • Fixed a serious bug in Predis implementation: Predis was ignoring site prefix
  • Added optional pipelining support throught sharded environment, fully unit tested and fully working
  • Fixed a silent but major bug in getMultiple() - accidentally found while adding unit tests for sharding environment - that may give false negative while fetching multiple cache entries at once
  • Issue #2484441: Notice: Undefined index: volatile in Redis_Cache->expandEntry()
  • Split unit test into 3 cases for each backend, one for normal mode, one for sharded mode, and a last one for sharded with pipelining mode.
  • Fixed Drupal site environment settings leaking into the unit tests.
Created by: pounard
Created on: 7 May 2015 at 13:02 UTC
Last updated: 26 Jun 2015 at 10:48 UTC
Bug fixes
New features
Unsupported

Other releases