Memcached: Difference between revisions

From DWIKI
Tony (talk | contribs)
mNo edit summary
Tony (talk | contribs)
Tag: wikieditor
 
Line 5: Line 5:




=Notes=
=Tricks=


==Get statistics==
==Get statistics==
Line 12: Line 12:
or  
or  
  echo stats | nc  127.0.0.1 11211
  echo stats | nc  127.0.0.1 11211
==Flush cache==
flush_all

Latest revision as of 11:11, 8 May 2025

Links


Tricks

Get statistics

telnet localhost 11211
>stats settings

or

echo stats | nc  127.0.0.1 11211

Flush cache

flush_all