This repository has been archived by the owner on Jan 23, 2019. It is now read-only.
Release 0.5.0
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.