Skip to content

Redis support with Drupal Redis module (implement #12)

Raden Muhammad Mu'az requested to merge redis-support into master

In settings.sh, there is optional REDIS_HOST variable. when it is set, e.g. REDIS_HOST=redis, the config script will install Redis module and configured to use Redis server with designated hostname.

(Implements #12 (closed))

Merge request reports