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!