elbart / node-memcache

node.js memcached client
285 stars 64 forks source link

Added support for 'stats reset' command #19

Open gflarity opened 12 years ago

gflarity commented 12 years ago

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

elbart commented 12 years ago

hi Geoff,

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

regards,

tim