Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Redis for Routing

==========

This project replace the routing db storage to redis storage.

This module use a Predis library to connect on Redis service, in Drupal 8 the composer.json is versioned in core what is a problem because this module need load the predis library before to load Drupal bootstrap.

Instalation

$ cd /path/to/drupal/8
$ composer require "predis/predis":"dev-master"
$ cd modules
$ git clone git@github.com:hechoendrupal/redis-routing.git routdis
$ drush en -y routdis
$ drush cr -y

Confirm is working

$ redis-cli KEYS "router:*"

Minimal requirements

* composer
* drush
* redis
* git

Supporting organizations: 

Project information