redisbench

command module
v0.0.0-...-5363a37 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 11, 2016 License: GPL-3.0 Imports: 10 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL