Skip to content

Releases: cybozu/yrmcds

yrmcds version 1.1.11

06 Feb 04:53
b66d8bd
Compare
Choose a tag to compare

What's Changed

  • New config option "initial_repl_sleep_delay_usec" by @arosh in #88

Full Changelog: v1.1.10...v1.1.11

yrmcds version 1.1.10

26 Jul 00:28
Compare
Choose a tag to compare

See ChangeLog for the full details.

yrmcds version 1.1.9

08 Jan 06:42
Compare
Choose a tag to compare

See ChangeLog for the full details.

yrmcds version 1.1.8

03 Oct 14:13
Compare
Choose a tag to compare

See ChangeLog for the full details.

yrmcds version 1.1.7

03 Oct 05:18
Compare
Choose a tag to compare

See ChangeLog for the full details.

yrmcds versoin 1.1.6

25 Jan 08:14
Compare
Choose a tag to compare

Changes:

  • New config option "bind_ip" as suggested by @justnx ( #63, #64 ).
  • Fixed a minor replication bug #61.

yrmcds version 1.1.5

17 Nov 06:52
Compare
Choose a tag to compare

This release fixes an important bug that blocked the master for unexpectedly long duration
when one of its slaves silently dies. Two new config options were introduced with the fix.

  • repl_buffer_size adjusts the replication buffer size in the master process.
  • slave_timeout adjusts how long the master waits a non-responsive slave before cutting the connection.

Other two minor bugs were fixed too. See ChangeLog for the full details.

yrmcds version 1.1.4

24 Jun 07:04
Compare
Choose a tag to compare

Changes:

  • add keys memcached extension.

yrmcds version 1.1.3

23 Mar 11:51
Compare
Choose a tag to compare

Makefile now detects libtcmalloc automatically.

No other changes or bug fixes.

yrmcds version 1.1.2

05 Mar 14:39
Compare
Choose a tag to compare

This release enhances "stats" compatibility with memcached.

Specifically,

  • Added get_hits, get_misses, cas_hits, cas_misses, cas_badval counters.
  • Fixed rusage_user and rusage_system value format.

Enjoy!