Skip to content

stefanwille/redis-client-benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.