Skip to content

benashford/redis-client-benchmarks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 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

  • Java 43.2%
  • Clojure 17.6%
  • Go 10.7%
  • JavaScript 10.0%
  • Ruby 8.6%
  • C 8.3%
  • Crystal 1.6%