I had memcached version 1.2.5 installed in a test environment and using the "stats detail dump" command to monitor gets, hits and sets on individual keys.
I upgraded to 1.4.5 and then 1.4.13 and for both of these versions after I turn on "stats detail on", "stats detail dump" only returns END after I hit memcached instance with gets and sets. Does anyone if this feature is still supported or is there something else I need to do to get it working? Here is the command I am using to start it. memcached -d -p 11213 -u nobody -m 256 -c 1024 -l 127.0.0.1 Thanks Patrick
