Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download redis-7.x-3.3.tar.gztar.gz 41.99 KB
MD5: 6617a8e8cfdb4a735061908cf1856096
SHA-1: 422e66dee922d4f90a6a46eaf8f3ded3fcbe3779
SHA-256: 522a9ceb7d16d68863025e4799237c75462948536e757f8362f18309926c4cfc
Download redis-7.x-3.3.zipzip 62.81 KB
MD5: 52aa8e40f28abb1d086212f12a4f9a52
SHA-1: 86db3281f6642d0a132acfa0a688cb286b03e4f0
SHA-256: c53c7efd17ed71bf813dd39982b921b359602baa323f3c7115ccdf16386fa985

Release notes

This is a maintainance release that fixes a couple of bugs, including one very important: some cache items were not invalidated when created, deleted then recreated at the exact same second. This was due to a wrong timestamp check. Note that the actual fix might cause some modules to see invalid cache entries when they are rebuilt and loaded the exact same second, but major side effects are now solved and behavior is safe. This is mitigated by the fact this scenario might only happen when doing heavy rebuilding operations, such as features revert or menu rebuild.

Full changelog:

  • Issue #2454303: Update README.PhpRedis.txt and project page about PhpRedis
  • Issue #2431443 by mdupont: ::clear() method should accept an array as first parameter per signature
  • Flush and get the exact same second must be considered as invalid: this mostly caused troubles when doing heavy cache rebuilds, such as when reverting features or rebuilding menu.
Created by: pounard
Created on: 7 Apr 2015 at 16:06 UTC
Last updated: 27 Apr 2015 at 18:18 UTC
Bug fixes

Other releases