diff --git a/composer.json b/composer.json index bb271c2..95ec351 100644 --- a/composer.json +++ b/composer.json @@ -36,6 +36,7 @@ "drupal/pathauto": "^1.8", "drupal/plausible": "1.x-dev", "drupal/redirect": "^1.5", + "drupal/redis": "^1.5", "drupal/scheduler": "^1.3", "drupal/simple_sitemap": "^3.6", "drupal/speakerdeck_field": "^2.0", diff --git a/composer.lock b/composer.lock index 4c9cb5a..d76772d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "af63f9fcebff0e2607c7d31c00d10c3c", + "content-hash": "b9de429f9c05ad6b795d0c991d47d9da", "packages": [ { "name": "asm89/stack-cors", @@ -3604,6 +3604,62 @@ "source": "https://git.drupalcode.org/project/redirect" } }, + { + "name": "drupal/redis", + "version": "1.5.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/redis.git", + "reference": "8.x-1.5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/redis-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "4283333dc2bf405045765b83ca662acc409a6543" + }, + "require": { + "drupal/core": "^8.8 || ^9" + }, + "suggest": { + "predis/predis": "^1.1.1" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.5", + "datestamp": "1609972488", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "autoload": { + "psr-4": { + "Drupal\\redis\\": "src" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "pounard", + "homepage": "https://www.drupal.org/user/240164" + } + ], + "description": "Integration of Drupal with the Redis key-value store.", + "homepage": "https://www.drupal.org/project/redis", + "support": { + "source": "https://git.drupalcode.org/project/redis" + } + }, { "name": "drupal/scheduler", "version": "1.3.0", diff --git a/config/core.extension.yml b/config/core.extension.yml index 2093447..6df88f7 100644 --- a/config/core.extension.yml +++ b/config/core.extension.yml @@ -52,6 +52,7 @@ module: path_alias: 0 plausible: 0 redirect: 0 + redis: 0 scheduler: 0 shortcut: 0 simple_sitemap: 0