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