github redis/rueidis v1.0.9
1.0.9

latest releases: v1.0.46, rueidisprob/v1.0.46, rueidisotel/v1.0.46...
15 months ago

Changes

Rewrite the command grouping method from grouping by key slots to grouping by connections.
This can achieve 15x performance of the DoMulti and 2x performance of the DoMultiCache for the cluster client. (#280)

The MGet, MGetCache, and related helpers also work in the same way now. They can also achieve 2x~14x performance than before. (#281)

🚀 New Features

  • perf: speed up MGet/Cache/MSet helpers by grouping commands by connections instead of slots (#281)
  • perf: boost DoMulti/Cache of the cluster by grouping cmds to conns, not slots (#280)

Contributors

We'd like to thank all the contributors who worked on this release!

@rueian

Don't miss a new rueidis release

NewReleases is sending notifications on new releases.