Skip to content

0.5.7

Compare
Choose a tag to compare
@sqla-tester sqla-tester released this 20 Sep 19:10

0.5.7

Released: Mon Oct 19 2015

  • [feature] Added new parameter GenericMemcachedBackend.lock_timeout,
    used in conjunction with
    GenericMemcachedBackend.distributed_lock, will specify the
    timeout used when communicating to the .add() method of the memcached
    client. Pull request courtesy Frits Stegmann and Morgan Fainberg.

    References: #54, pull request 37

  • [feature] Added a new flag CacheRegion.configure.replace_existing_backend,
    allows a region to have a new backend replace an existing one.
    Pull request courtesy hbccbh.

    References: #65, pull request 35

  • [feature] [tests] Test suite now runs using py.test. Pull request courtesy
    John Anderson.

    References: pull request 33

  • [bug] [redis] Repaired the CacheRegion.get_multi() method when used with a
    list of zero length against the redis backend.

    References: #74