- Issue created by @GuillaumeG
- Merge request !38Add a check to verify the Memcache server is available → (Open) created by GuillaumeG
- 🇦🇺Australia GuillaumeG
It is still not fully working in some scenarios, I am moving the issue to Needs work.
When using monitoring modules such as [Monitoring]( https://www.drupal.org/project/monitoring → ), hook_requirements are scanned to detect any issues with external services. The Memcache module provides a check during module installation and at runtime to verify that the Memcache extensions are available. However, there is currently no check to ensure that the Memcache server defined in `settings.php` is reachable.
No error is found.
Add a check to memcache_requirements
to verify that the server is reachable.
A proposed patch will follow.
Needs review
2.7
Code
It is still not fully working in some scenarios, I am moving the issue to Needs work.