Skip to content

lcacciagioni/redisbench

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

redisbench

Build Status codecov.io Code Climate

A POC of a stress tester for redis in golang. Implemented using redigo and redis-go-cluster.

Usage

Single node (Default mode)

$ redisbench -redisNodes=192.168.1.2:6379

Cluster

$ redisbench -redisNodes=127.0.0.1:6379,127.0.0.1:6380,127.0.0.1:6381

For more information about options run $ redisbench -help

TODO

The following points are what from my point of view we need to have before having the first beta version.

  • test
  • cluster aware
  • bynary data maybe using []byte('str') in place of a string
  • more information to be displayed - [WIP]
  • optimizations to randomization of strings

God save stackoverflow for providing the strings randomization just in time.

Bugs and Improvements

All the contributions are welcome is nice to know that this can be useful for someone else.

About

A POC of a stress tester for redis in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages