arthurnn / memcached

A Ruby interface to the libmemcached C client
Academic Free License v3.0
432 stars 127 forks source link

Allow custom stats #58

Closed avsej closed 13 years ago

avsej commented 13 years ago

Hi all

Couchbase memcached server fork define custom stats. But binary_stats_fetch() and ascii_stats_fetch() raise errors if there unknown keys in STATS response.

evan commented 13 years ago

Remove the string compare for block for known unsupported keys if you are just going to return success in all cases (which I think is good).

avsej commented 13 years ago

Thanks, I've just updated this changeset