Skip to content

This project replace the routing system in Drupal 8 to use Redis in storage

Notifications You must be signed in to change notification settings

hechoendrupal/redis-routing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:dmouse/redis-menu.git routdis
$ drush en -y routdis
$ drush cr -y

Confirm is working

$ redis-cli KEYS "router:*"

Minimal requirements

  • composer
  • drush
  • redis
  • git

About

This project replace the routing system in Drupal 8 to use Redis in storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages