arthurnn / memcached

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

Stats fails when one server is down #31

Open danielcooper opened 13 years ago

danielcooper commented 13 years ago

When one out of two memcached servers are down the #stats method raises an exception.

I think it'd be better if it still returned the stats for the server which is up.

evan commented 13 years ago

I agree. Will investigate.