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

A benchmark for Redis client libraries in various programming languages.

Results 4 redis-client-benchmarks issues
Sort by recently updated
recently updated
newest added

more accurate time counter with more explicit display in C

I read your benchmarks, and the NodeJs ones caught my attention. I ran your code on my machine, and got the following results: `Elapsed time: 97258ms` `Commands per second: 10282`...

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...

First, thanks so much for doing these. This is very helpful to me as I run an application where the vast majority of the CPU one service spends is talking...