Skip to content
This repository has been archived by the owner on Jan 23, 2019. It is now read-only.

Release 0.5.0

Compare
Choose a tag to compare
@tamalsaha tamalsaha released this 06 Jun 10:36
· 23 commits to master since this release

Download Docker image:

docker pull appscode/gearmand:0.5.0

Features

  • Make idiomatic use of time.Duration for Client.ResponseTimeout (#28). Before ResponseTimeout was treated in msec. If you changed the default timeout, please update your code accordingly.