Skip to content

v5.1.0

Compare
Choose a tag to compare
@brayniac brayniac released this 23 Aug 23:11
· 175 commits to main since this release
fd53604

Added

  • rpc-perf can now generate zrange commands with the by_score option for both
    the momento and redis protocols.
  • Dataspec crate which allows easy consumption of JSON output.

Changed

  • rpc-perf will now set TCP_NODELAY by default on all TCP connections it
    creates.
  • The default buffer size for the memcached client has been increased from 4KB
    to 16KB.

Fixed

  • Hit/miss statistics in the output json will now have their correct values
    instead of always being 0.