Skip to content

rdterner/redis-client-benchmarks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

About

A benchmark for Redis client libraries in various programming languages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 21.8%
  • JavaScript 20.6%
  • Java 19.5%
  • Ruby 17.7%
  • C 17.0%
  • Crystal 3.4%