node-memcache icon indicating copy to clipboard operation
node-memcache copied to clipboard

Added support for 'stats reset' command

Open gflarity opened this issue 13 years ago • 1 comments

It's possible to reset stats in memcache by sending 'stats reset\r\n'. This works with your client but the response wasn't being checked for and as result callbacks weren't firing afterwards. The fix is only a couple of lines. Please pull.

Cheers, Geoff

gflarity avatar Feb 07 '12 18:02 gflarity

hi Geoff,

thanks for your help. Will try to review it this week and add a test for that case.

regards,

tim

elbart avatar Feb 08 '12 08:02 elbart