You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I add redis module and its settings to settings.php I get an exception when I try to enable the module:
$ drush en redis -y
Symfony\Component\DependencyInjection\Exception\LogicException: Service 'cache_tags.invalidator.checksum' for consumer 'cache_tags.invalidator' does not implement Drupal\Core\Cache\CacheTagsInvalidatorInterface. in /srv/app/core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php on line 125
[error] Drush command terminated abnormally due to an unrecoverable error.
Symfony\Component\DependencyInjection\Exception\LogicException: Service 'cache_tags.invalidator.checksum' for consumer 'cache_tags.invalidator' does not implement Drupal\Core\Cache\CacheTagsInvalidatorInterface. in Drupal\Core\DependencyInjection\Compiler\TaggedHandlersPass->process() (line 125 of /srv/app/core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php).
The similar problem when I try to disable redis
The text was updated successfully, but these errors were encountered:
When I add redis module and its settings to settings.php I get an exception when I try to enable the module:
The similar problem when I try to disable redis
The text was updated successfully, but these errors were encountered: