- clean up dependencies list
- update to latest versions
- remove junk
Integrated several contributions:
- changed the
Memcached.apply
to take ExecutionContext implicitly (contribution) - added condition to not clobber existing logger
- added CustomInputStream (contribution)
- add custom config options for customizing SpyMemcached's internal queues
- add Array[Byte] codec
- allow enabling low-level client optimisation (collapse multiple sequential get ops)
- send expiration time as 0L when expiration duration is infinity (comply with Memcached expectations)
- bump SBT version to 0.13.11
- bump Scala version to 2.11.8
- bump Monifu version to 1.2
- add support for Double and Float by default
- add implicitNotFound message on Codec
- enable configuration of hash algorithm
- Issue #38: Add server-side increment / decrement support
- Issue #39: Complete failed status translations with tryComplete
- Increment Spymemcached dependency version to 2.12.1