Skip to content

v3.3.0

Compare
Choose a tag to compare
@jparise jparise released this 19 Aug 20:08
· 218 commits to master since this release
9ba2e98
  • HashClient can now be imported from the top-level pymemcache package (e.g. pymemcache.HashClient).
  • HashClient.get_many() now longer stores False for missing keys from unavailable clients. Instead, the result won't contain the key at all.
  • Added missing HashClient.close() and HashClient.quit().