Skip to content

Commit 8943b23

Browse files
committed
Update
- 增加 memtier_benchmark 说明
1 parent e2f2c6e commit 8943b23

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

memtier/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## memtier_benchmark
2+
3+
upstream: https://github.com/RedisLabs/memtier_benchmark
4+
5+
### How to use
6+
7+
```bash
8+
## memcached
9+
memtier_benchmark -s memcached -p 11211 --protocol=memcache_text --threads=4 --clients=50 --requests=100000 --ratio=1:10
10+
## redis
11+
memtier_benchmark -s redis -p 6379 --ratio=1:10 -c 100 -t 8 -n 20000
12+
```

0 commit comments

Comments
 (0)