Skip to content

v2.0.0

Compare
Choose a tag to compare
@jparise jparise released this 14 Sep 20:26
· 330 commits to master since this release
9dc6eb9
  • Change set_many and set_multi api return value. #179
  • Fix support for newbytes from python-future. #187
  • Add support for Python 3.7, and drop support for Python 3.3
  • Properly batch Client.set_many() call. #182
  • Improve _check_key() and _store_cmd() performance. #183
  • Properly batch Client.delete_many() call. #184
  • Add option to explicitly set pickle version used by serde. #190