-------------------- * ``Client.get`` returns the default when using ``ignore_exc`` and if memcached is unavailable * Added ``noreply`` support to ``HashClient.flush_all``.
3.5.0
-------------------- * Sockets are now closed on ``MemcacheUnexpectedCloseError``. * Added support for TCP keepalive for client sockets on Linux platforms. * Added retrying mechanisms by wrapping clients.
3.4.4
-------------------- * Idle connections will be removed from the pool after ``pool_idle_timeout``.
3.4.3
-------------------- * Fix ``HashClient.{get,set}_many()`` with UNIX sockets.