Skip to content

Releases: RedisLabs/memtier_benchmark

2.1.4

30 Jan 13:59
ed30f3c
Compare
Choose a tag to compare

What's Changed

  • Fix regression #294, Revert LATENCY_HDR_SEC_SIGDIGTS to 2.
    Optimize summarize_current_second by using hdr_value_at_percentiles() instead of N x hdr_value_at_percentile(). by @filipecosta90 in #295

Full Changelog: 2.1.3...2.1.4

2.1.3

06 Jan 17:06
08420c4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.2...2.1.3

2.1.2

21 Nov 08:40
63ee901
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.1...2.1.2

Release 2.1.1

30 Jul 10:43
1770478
Compare
Choose a tag to compare

What's Changed

  • Use SO_LINGER with timeout 0 to avoid thousands of server sockets in TIME_WAIT when using small reconnect intervals by @filipecosta90 in #260

Full Changelog: 2.1.0...2.1.1

Release 2.1.0

05 May 16:42
c7d2b57
Compare
Choose a tag to compare

New Features

  • Add rate limiting to control the number of requests per second by @YaacovHazan in #237
  • Enable specifying the tls protocol version to use via --tls-protocols argument by @filipecosta90 in #234
  • List ingress and egress separately on JSON and CSV exports. Include BW and also raw values per second by @filipecosta90 in #246

Bug Fixes

New Contributors

Full Changelog: 2.0.0...2.1.0

Release 2.0.0

22 Jun 12:59
d5ac1f4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.0...2.0.0

Release 1.4.0

08 Aug 09:53
29f51a8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.0...1.4.0

1.3.0

30 Apr 13:50
d6b9811
Compare
Choose a tag to compare
  • Redis 6.x ACL support
  • TLS support
  • Docker related fixes/cleanups
  • Numerous other smaller fixes

1.2.17

06 May 07:30
Compare
Choose a tag to compare
  • fix parallel key-pattern command line usage
  • fix and clean up build on macOS

1.2.16

29 Apr 07:03
Compare
Choose a tag to compare
  • Support arbitrary commands
  • Add bash completion