I am newbie in PHP and having project based on PHP 7.0 and I don't have any access to the my PHP project's files or codes. I have admin panel's credentials and I want to check the memcache version of it.
How do I find it and where can I find it?
I am newbie in PHP and having project based on PHP 7.0 and I don't have any access to the my PHP project's files or codes. I have admin panel's credentials and I want to check the memcache version of it.
How do I find it and where can I find it?
Please notice that there is both memcached and memcache (the former has the d at the end). They are two different services, check this link for more informations: Memcache Vs. Memcached
If you have memcached with the drupal memcache storage module installed then you can go in the Status report (Reports -> Status report ) and check for the memcache storage infos.
to reach the status report you can go at this url:
<site_url>/?q=admin/reports/status
You should see these informations: