redis-rb / redis-cluster-client

Redis cluster-aware client for Ruby
https://rubygems.org/gems/redis-cluster-client
MIT License
21 stars 9 forks source link

CommandBuilder#generate method is called twice by us to waste #405

Closed supercaracal closed 2 weeks ago

supercaracal commented 2 weeks ago

It consumes a wasting time of approximately 4% in the processing time. The normalization of the command passed by user should be done in our public methods side and should be skipped in internal raw clients side.