• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Question Problem with Memcached

Nicola

Basic Pleskian
Hi,
I have a question form Memcached. I installed it on my server but several times it seems that the data requested by the application is not stored in memcached but is requested from the database. if I go to search for it through PHPMemcachedAdmin the value exists in memcached.

Does anyone know if there is a method for carrying out more detailed checks? I do not think it's a memory problem because I'm using very little. Attached send the PHPMemcachedAdmin screen
 

Attachments

  • Memcached.PNG
    Memcached.PNG
    43.3 KB · Views: 8
perhaps you can use the memdump/memcdump tool from the libmemcached command-line utilities and see if there are any keys from your application in.
 
Back
Top