1.1.0
Overview
The release is aimed at improving the stability of the module.
Added
- Check on tarantool box initialization before init (now it returns a nice
error). (Issue: #76 PR: #78). - Possibility to pass port to
memcached.create()
as a number.
(Issue: #107 PR: #108).
Changed
- Updated an upper value for
readahead
parameter. (Issue: #103 PR: #109). - Switched to using the module's own slab arena. For information
memcached.slab.info()
can be used. (Issue: #96 PR: #102). - Switched to using bundled msgpuck and small libraries. (PR: #113).