Closed avsej closed 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.
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).
Thanks, I've just updated this changeset
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.