0

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?

Blackbam
  • 17,496
  • 26
  • 97
  • 150
Viraj Shah
  • 308
  • 1
  • 12

1 Answers1

0

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:

enter image description here

lastYorsh
  • 573
  • 7
  • 17