Merge lp:~dustin-spy/python-memcached/fixes into lp:python-memcached

Proposed by Dustin Sallings
Status: Needs review
Proposed branch: lp:~dustin-spy/python-memcached/fixes
Merge into: lp:python-memcached
To merge this branch: bzr merge lp:~dustin-spy/python-memcached/fixes
Reviewer Review Type Date Requested Status
Python Memcached Team bug fixes Pending
Python Memcached Team Pending
Review via email: mp+2989@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Dustin Sallings (dustin-spy) wrote :

Make get_stats accept arguments for stats (since stats accepts arguments).

8. By Dustin Sallings

Handle a server error from stats.

There was a bug in older versions of memcached where 'stats items'
would overrun its allocated memory and return a weird server error.
This change prevents the client from completely breaking when that
happens and allowing the caller to capture it.

9. By Dustin Sallings

Handle stats items.

Instead of looking in from the left for keys and values, look in from
the right. Stats items has a different form.

Unmerged revisions

9. By Dustin Sallings

Handle stats items.

Instead of looking in from the left for keys and values, look in from
the right. Stats items has a different form.

8. By Dustin Sallings

Handle a server error from stats.

There was a bug in older versions of memcached where 'stats items'
would overrun its allocated memory and return a weird server error.
This change prevents the client from completely breaking when that
happens and allowing the caller to capture it.

7. By Dustin Sallings <email address hidden>

Implement optional parameter for the memcached stats command.

This is necessary to dig deeper into the server to find out cool
stuff.

Subscribers

People subscribed via source and target branches