Skip to content

Instantly share code, notes, and snippets.

View adrianodias8's full-sized avatar

Adriano Dias adrianodias8

  • Brussels
View GitHub Profile
@adrianodias8
adrianodias8 / settings.local.php
Created March 9, 2022 16:15 — forked from davidjguru/settings.local.php
Drupal 8 Redis settings.local.php
<?php
/**
* Set redis configuration.
*/
/** @see: https://docs.platform.sh/frameworks/drupal8/redis.html */
if (extension_loaded('redis')) {
// Set Redis as the default backend for any cache bin not otherwise specified.
// $settings['cache']['default'] = 'cache.backend.redis';