redis-client-benchmarks icon indicating copy to clipboard operation
redis-client-benchmarks copied to clipboard

Use redisAppendCommandArgv instead of redisAppendCommand

Open michael-grunder opened this issue 7 years ago • 0 comments

Since we're sending the same command over and over we don't need to recalculate the arguments each time.

I think this provides a better representation of hiredis performance. I always use the *argv methods for any massively pipelined operations anyway.

michael-grunder avatar Feb 06 '18 01:02 michael-grunder