Skip to content

Releases: AdRoll/mero

Pipelined add/cas/set and misc fixes

17 Jan 18:58

Choose a tag to compare

  • Add support for pipelined ADD/CAS/SET operations.
  • Other minor fixes and adjustments.

fix bug in binary mget response

08 Dec 01:33

Choose a tag to compare

Merge pull request #18 from AdRoll/mget_bugfix

fix bug in binary mget response

support elasticache autodiscovery

05 Dec 22:15

Choose a tag to compare

Support config values of the form:

{cluster_name, [{servers, {elasticache, ConfigHost, ConfigPort}}]}

when using elasticache (or a node supporting the text command "config get cluster").

CAS, MINCREMENT, and MDELETE

03 Oct 18:07

Choose a tag to compare

  • Add mero:mdelete/3, which supports deleting multiple keys using the same socket (#13).
  • Add mero:mincrement_counter/{2,7}, which support incrementing multiple keys (#13).
  • Add mero:cas/6, mero:gets/{2,3}, mero:mgets/{2,3}, which support using the check-and-set operation (#14).

Speed Up Socket Creation

19 Jan 20:14
@blt blt

Choose a tag to compare

This release causes mero to create sockets more rapidly. This is important for high-load systems.

Better parallel GETs

27 Oct 20:32
@blt blt

Choose a tag to compare

Merge pull request #10 from AdRoll/multiget_in_parallel

Ads support to run parallel multigets both in binary and text protoco…