Skip to content

Releases: cybozu/yrmcds

yrmcds version 0.9.7

29 Nov 01:50
Compare
Choose a tag to compare

This is the second release candidate toward version 1.0.0.

Changes:

  • Add a new statistics option "stats ops" to report the total execution counts for each command.

yrmcds version 0.9.6

28 Nov 07:49
Compare
Choose a tag to compare

This is the first release candidate (RC) for version 1.0.0.

Changes:

  • Improved scalability.
  • New configuration option max_connections to limit the max number of client connections.
  • Fixed bugs: #12, #13

yrmcds version 0.9.5

19 Nov 08:17
Compare
Choose a tag to compare

This release fixes a rare memory synchronization bug around job dispatching.

Additionally, the program now sets user ID or group ID if "user" and/or "group" is defined in the configuration file.

yrmcds version 0.9.4

18 Nov 00:27
Compare
Choose a tag to compare

Changes:

  • Add proper memory fences.

yrmcds version 0.9.3

14 Nov 07:30
Compare
Choose a tag to compare

This release fixes a minor race condition in the server-side locking.

Other changes:

  • STATS now includes the current|total number of connections.
  • Replication begins quickly.
  • Reduces the reactor load by moving recv(2) to workers.

yrmcds version 0.9.2

08 Oct 09:52
Compare
Choose a tag to compare

Fixed bugs: #4, #6

yrmcds version 0.9.1

28 Jul 01:17
Compare
Choose a tag to compare
  • implements the server-side locking mechanism.

    See the specification for details.

  • new command line option "-v" shows the version and copyrights.

  • fixed bugs: #2