Redis routing

Component ID

2264797

Component name

Redis routing

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

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