python3-memcached
python3-memcached copied to clipboard
fixed bug in get_slabs()
get_slabs() was throwing an exception since it was trying to split() binary data. It just needed to be converted to ascii first