Updates:
Status: Invalid
Comment #5 on issue 187 by [email protected]: no example for "stats
cachedump" in binary-Protocol
http://code.google.com/p/memcached/issues/detail?id=187
I think the documentation is pretty clear:
MUST NOT have extras.
MAY have key.
MUST NOT have value.
Request server statistics. Without a key specified the server will
respond with a "default" set of statistics information. Each piece
of statistical information is returned in its own packet (key
contains the name of the statistical item and the body contains the
value in ASCII format). The sequence of return packets is terminated
with a packet that contains no key and no value.
-- the stat subtype goes in the key field. I do not think we should be
adding examples to the protocol specification that show how to access
undocumented features of memcached.
If you feel strongly that we should provide an example of a key here,
reopen. It won't be cachedump, though. :)