• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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