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
- Host: GitHub
- URL: https://github.com/xuguruogu/redis-perf
- Owner: xuguruogu
- Created: 2017-04-05T07:22:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-05T07:31:43.000Z (over 9 years ago)
- Last Synced: 2025-01-28T22:31:42.098Z (over 1 year ago)
- Topics: golang, perf, redis
- Language: Go
- Homepage:
- Size: 83 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```