v3.3.0
HashClientcan now be imported from the top-levelpymemcachepackage (e.g.pymemcache.HashClient).HashClient.get_many()now longer storesFalsefor missing keys from unavailable clients. Instead, the result won't contain the key at all.- Added missing
HashClient.close()andHashClient.quit().