Memcached: Difference between revisions

From DWIKI
Tony (talk | contribs)
m New page: =Links= *[http://memcached.org Homepage] =Notes= ==Get statistics== telnet localhost 11211 >stats settings
 
Tony (talk | contribs)
Line 9: Line 9:
  telnet localhost 11211
  telnet localhost 11211
  >stats settings
  >stats settings
or
echo stats | nc  127.0.0.1 11211

Revision as of 08:15, 18 April 2017

Links


Notes

Get statistics

telnet localhost 11211
>stats settings

or

echo stats | nc  127.0.0.1 11211