Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 388 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 388 Bytes

Redis Benchmarks

A benchmark for Redis client libraries in various programming languages.

Performed Work

The benchmark sends 1,000,000 commands "SET foo bar" in pipeline mode.

Measurements

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.