An open API service indexing awesome lists of open source software.

https://github.com/xuguruogu/redis-perf

redis perf tool
https://github.com/xuguruogu/redis-perf

golang perf redis

Last synced: 2 months ago
JSON representation

redis perf tool

Awesome Lists containing this project

README

          

# usage

```
make
./bin/redis-perf -a 127.0.0.1:3000 -q 130000 -m 12 -n 500
```

```
addr=127.0.0.1:3000
qps=130000
multiply=12
connection number=500
```