A benchmark for Redis client libraries in various programming languages.
The benchmark sends 1,000,000 commands "SET foo bar" in pipeline mode.
For compiled languages, I simply use time
. For languages with significant startup time (Java, Ruby) I measure only the net execution time including the initial connect.