Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: cybozu/yrmcds

v1.1.13

16 Jun 00:34
1ad0949

Choose a tag to compare

What's Changed

  • reactor: eager close of resource fds in the pending destruction list by @ymmt2005 in #98
  • Prevent slave data delete when unable to connect to master by @nojima in #100

Full Changelog: v1.1.12...v1.1.13

v1.1.12

28 Aug 06:39
e05056e

Choose a tag to compare

What's Changed

Full Changelog: v1.1.11...v1.1.12

yrmcds version 1.1.11

06 Feb 04:53
b66d8bd

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

Choose a tag to compare

See ChangeLog for the full details.

yrmcds version 1.1.9

08 Jan 06:42

Choose a tag to compare

See ChangeLog for the full details.

yrmcds version 1.1.8

03 Oct 14:13

Choose a tag to compare

See ChangeLog for the full details.

yrmcds version 1.1.7

03 Oct 05:18

Choose a tag to compare

See ChangeLog for the full details.

yrmcds versoin 1.1.6

25 Jan 08:14

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

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

Choose a tag to compare

Changes:

  • add keys memcached extension.