Pierre Rineau is announcing that Redis (Drupal) with version number 7.x-3.11 is already available to download.
What is Redis (Drupal) ?
Redis (Drupal) is A simple Drupal module that provides an alternative way of dealing with the built-in cache system via a Redis key-value store database .
The Redis Drupal module uses two backends for dealing with a Redis database, one powered via PhpRedis and one via Predis.These backends provide a way to work with a Redis database from Drupal’s PHP code.They help developers replace the built-in caching system with one powered by Redis, a known solution for caching systems around the Internet, mainly for its better speeds.Installation:Login the Drupal administration panel.Go to Modules section.Upload the module or copy&paste the module download URL.Find and activate the module after installation in the modules list.
This is changelog for Redis (Drupal) version 7.x-3.11 :
- Express release that fixes a single bug in the getMultiple() method since the previous release. Everyone should upgrade immediately.
You can read the complete changelog and also download this latest version on their homepage: drupal.org
